diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 14:56:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 14:56:44 +0200 |
commit | 66a7c76d587d053fc601b9e814b3e2ae4d3d5d13 (patch) | |
tree | cdd81f0eefea381a59324d09ecbcb258b2c1d26e /manifest |
Start libapr1 stub
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..b81df47 --- /dev/null +++ b/manifest @@ -0,0 +1,12 @@ +: 1 +name: libapr1 +version: 0 +summary: Apache Portable Runtime C library +license: ASLv2; Apache License 2.0 +tags: portable, operating, system, platform, interface, api, implementation +description-file: README +url: https://apr.apache.org/ +email: dev@apr.apache.org; Mailing list. +package-url: https://git.build2.org/cgit/packaging/apr/ +package-email: packaging@build2.org; Mailing list. +requires: build2 >= 0.4.0 |