mirror of
https://github.com/Cyan4973/xxHash.git
synced 2026-01-19 04:52:10 +00:00
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>
17 lines
432 B
PkgConfig
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}
|