shrub/libargon2.pc
Paul Driver aa02d49a22 Squashed 'pkg/urcrypt/argon2/' content from commit 4da94a611
git-subtree-dir: pkg/urcrypt/argon2
git-subtree-split: 4da94a611ee62bad87ab2b131ffda3bcc0723d9c
2020-10-03 15:18:53 -07:00

17 lines
490 B
PkgConfig

# libargon2 info for pkg-config
## Template for downstream installers:
## - replace @HOST_MULTIARCH@ with target arch, eg 'x86_64-linux-gnu'
## - replace @UPSTREAM_VER@ with current version, eg '20160406'
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/@HOST_MULTIARCH@
includedir=${prefix}/include
Name: libargon2
Description: Development libraries for libargon2
Version: @UPSTREAM_VER@
Libs: -L${libdir} -largon2 -lrt -ldl
Cflags:
URL: https://github.com/P-H-C/phc-winner-argon2