diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-16 00:13:24 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-16 00:38:06 +0200 |
| commit | ef14ee964ac098888a662b0a98fd88869d255d86 (patch) | |
| tree | 0080fe7b5549180ecb5b229d2015fe25c401a7ae /dynstr.pc | |
| parent | d0d843b7046ced76336604450f8eb78b4decfa09 (diff) | |
| download | dynstr-ef14ee964ac098888a662b0a98fd88869d255d86.tar.gz | |
Install .pc file
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 |
