summarylogtreecommitdiffstats
path: root/blake3.pc
blob: 02a58382147f25ff2acd3312f7b459f6cb4d49a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: BLAKE3
Description: the C implementations of the BLAKE3 cryptographic hash function
Version: 1.3.1
URL: https://blake3.io/
Libs: -L${libdir} -lblake3
Cflags: -I${includedir}