1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libwallycore
7Description: Wally is a collection of useful primitives for cryptocurrency wallets
8URL: https://github.com/ElementsProject/libwally-core
9Version: @PACKAGE_VERSION@
10Cflags: -I${includedir}
11Libs: -L${libdir} -lwallycore
12