-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibc4gh-keys.pc.in
25 lines (22 loc) · 954 Bytes
/
libc4gh-keys.pc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#***************************************************************************
# _____ _ _ _ _____ _ _
# / ____| | | | || | / ____| | | |
# | | _ __ _ _ _ __ | |_| || |_| | __| |__| |
# | | | '__| | | | '_ \| __|__ _| | |_ | __ |
# | |____| | | |_| | |_) | |_ | | | |__| | | | |
# \_____|_| \__, | .__/ \__| |_| \_____|_| |_|
# __/ | |
# |___/|_|
#
###########################################################################
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libc4gh-keys
URL: https://github.com/silverdaz/libc4gh-keys
Description: Library to parse keys in the Crypt4GH key format or OpenSSH ed25519 keys.
Version: @LIBCRYPT4GH_KEYS_VERSION@
Libs: -L${libdir} -lc4gh-keys
Cflags: -I${includedir}
Requires: openssl