diff options
Diffstat (limited to 'dynstr.pc')
| -rw-r--r-- | dynstr.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dynstr.pc b/dynstr.pc new file mode 100644 index 0000000..0f6f48a --- /dev/null +++ b/dynstr.pc @@ -0,0 +1,11 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=${prefix}/include +libdir=${exec_prefix}/lib + +Name: dynstr +Url: https://gitea.privatedns.org/xavi/dynstr +Description: Minimal library that provides dynamic strings using plain C99. +Version: 0.1.0 +Cflags: -I${includedir} +Libs: -L${libdir} -ldynstr |
