diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-18 13:14:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-18 13:30:24 +0100 |
commit | 9468d2a769c726c9612f383f785501933f330232 (patch) | |
tree | 7a4f0bedd2ed9ee18d56d2391991cf84f52bcbb7 /src/templating/pkgcfgs | |
parent | 8a6d67a3178bad3ae0c0d01bed8c36b3a1e9b7b8 (diff) |
-update mustach
Diffstat (limited to 'src/templating/pkgcfgs')
-rw-r--r-- | src/templating/pkgcfgs | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/templating/pkgcfgs b/src/templating/pkgcfgs new file mode 100644 index 000000000..c3e84dc0e --- /dev/null +++ b/src/templating/pkgcfgs @@ -0,0 +1,35 @@ +==libmustach.pc== +Name: libmustach +Version: VERSION +Description: C Mustach single library +Cflags: -Imustach +Libs: -lmustach + +==libmustach-core.pc== +Name: libmustach-core +Version: VERSION +Description: C Mustach core library +Cflags: -Imustach +Libs: -lmustach-core + +==libmustach-cjson.pc== +Name: libmustach-cjson +Version: VERSION +Description: C Mustach library for cJSON +Cflags: -Imustach +Libs: -lmustach-cjson + +==libmustach-json-c.pc== +Name: libmustach-json-c +Version: VERSION +Description: C Mustach library for json-c +Cflags: -Imustach +Libs: -lmustach-json-c + +==libmustach-jansson.pc== +Name: libmustach-jansson +Version: VERSION +Description: C Mustach library for jansson +Cflags: -Imustach +Libs: -lmustach-jansson + |