diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-09-06 17:40:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-09-11 13:58:25 +0300 |
commit | 4beec8f055fd3b0cc4ef618cce8b52c58dd0ee08 (patch) | |
tree | 08dc183e96625ef8b2068432154851e014047d89 /manifest | |
parent | 507d73eaa2accb7ad880e8582fd4ffab45b7effd (diff) |
Add implementation
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..c241935 --- /dev/null +++ b/manifest @@ -0,0 +1,16 @@ +: 1 +name: libpkgconf +version: 1.3.9-a.0.z +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 +description-file: README +url: https://github.com/pkgconf/pkgconf +doc-url: http://pkgconf.readthedocs.io/en/latest/?badge=latest +src-url: https://git.build2.org/cgit/packaging/pkgconf/libpkgconf/tree/ +package-url: https://git.build2.org/cgit/packaging/pkgconf/ +email: packaging@build2.org; Report issues at https://github.com/pkgconf/pkgconf/issues +package-email: packaging@build2.org; Mailing list. +build-email: builds@build2.org +depends: * build2 >= 0.6.0- +depends: * bpkg >= 0.6.0- |