mirror of
https://git.sr.ht/~sircmpwn/mkproof
synced 2024-12-03 23:18:13 +01:00
87d922c6c6
git-subtree-dir: argon2i git-subtree-mainline: 3e7a084af1a451c4d92dc09d3dfccec3b8c2fb4e git-subtree-split: 440ceb9612d5a20997e3e12728542df2de713ca4
19 lines
697 B
PkgConfig
19 lines
697 B
PkgConfig
# libargon2 info for pkg-config
|
|
## Template for downstream installers:
|
|
## - replace @UPSTREAM_VER@ with current version, e.g. '20160406'
|
|
## - replace @HOST_MULTIARCH@ with target arch lib, e.g. 'lib', 'lib/x86_64-linux-gnu' or 'lib64'
|
|
## - replace @PREFIX@ with install path, e.g. '/usr', '/usr/local', '/usr/pkg'
|
|
## - replace @INCLUDE@ with incluse path, e.g. 'include' or 'include/argon2'
|
|
|
|
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@HOST_MULTIARCH@
|
|
includedir=${prefix}/@INCLUDE@
|
|
|
|
Name: libargon2
|
|
Description: Development libraries for libargon2
|
|
Version: @UPSTREAM_VER@
|
|
Libs: -L${libdir} -largon2 @EXTRA_LIBS@
|
|
Cflags: -I${includedir}
|
|
URL: https://github.com/P-H-C/phc-winner-argon2
|