diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:15:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:15:50 +0300 |
commit | 6acd0392a6d6b72b830fa86c946862460deae0e9 (patch) | |
tree | 9e0c939828187a00580e8c4d913a98ff5f442664 | |
parent | e93731470f80956428beb52b6baabb0aaaea86d4 (diff) |
Add project manifest value
-rw-r--r-- | manifest | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ : 1 name: libpkgconf version: 1.4.2-a.0.z +project: pkgconf summary: C library for retriving pkg-config compiler and linker flags license: ISC, MIT; ISC for the most of original files. -tags: pkg-config, pkgconf, cflags, libs +tags: pkg-config, cflags, libs description-file: README url: https://github.com/pkgconf/pkgconf doc-url: http://pkgconf.readthedocs.io/en/latest/?badge=latest |