diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:57:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:57:32 +0200 |
commit | 662a8429b65583190ef8c88bc3d42884c72a7426 (patch) | |
tree | 8387a4ae4152059e2de11a1979b138785d1016db | |
parent | 7a0b7fd30e78b997990d22eb39e729572bebbf5d (diff) |
Add manifest
-rw-r--r-- | buildfile | 2 | ||||
-rw-r--r-- | manifest | 14 |
2 files changed, 15 insertions, 1 deletions
@@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file d = bpkg/ tests/ -./: $d doc{LICENSE} file{version} +./: $d doc{LICENSE} file{manifest version} include $d diff --git a/manifest b/manifest new file mode 100644 index 0000000..348b0d6 --- /dev/null +++ b/manifest @@ -0,0 +1,14 @@ +: 1 +name: libbpkg +version: 0.1.0 +summary: build2 package manager library +license: MIT +tags: build2, bpkg, package, manager +description-file: README +changes-file: NEWS +url: http://build2.org +email: build2-users@build2.org +requires: c++11 +requires: build2 >= 0.1.0 +# @@ Need libbutl [0.1.0 0.2.0-]. +depends: libbutl == 0.1.0 |