aboutsummaryrefslogtreecommitdiff
path: root/dynstr.pc
blob: da2003ef4569f210ca6a8c87744e27eab85622ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.1
Cflags: -I${includedir}
Libs: -L${libdir} -ldynstr