Files
xxHash/libxxhash.pc.in
Nobuhiro Iwamatsu 12e5720d84 Add License variable to pkg-config file
The pkg-config file has License variable that allows you to set the
license for the software. This sets BSD-2-Clause to License.

Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2025-04-29 08:16:20 +09:00

17 lines
432 B
PkgConfig

# xxHash - Extremely fast hash algorithm
# Copyright (C) 2012-2021, Yann Collet, Facebook
# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@
exec_prefix=@EXECPREFIX@
includedir=@INCLUDEDIR@
libdir=@LIBDIR@
Name: xxhash
Description: extremely fast hash algorithm
URL: http://www.xxhash.com/
Version: @VERSION@
License: BSD-2-clause
Libs: -L${libdir} -lxxhash
Cflags: -I${includedir}