mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
14 lines
330 B
PkgConfig
14 lines
330 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: cryptography library for urbit
|
|
URL: https://github.com/urbit/urcrypt
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Requires.private: libcrypto libsecp256k1
|
|
Libs: -L${libdir} -lurcrypt
|
|
Libs.private: -laes_siv
|