mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
11 lines
280 B
PkgConfig
11 lines
280 B
PkgConfig
prefix=%%PREFIX%%
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/libblst
|
|
|
|
Name: libblst
|
|
Description: Multilingual BLS12-381 signature library
|
|
URL: https://github.com/supranational/blst
|
|
Version: 0.3.11
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lblst
|