diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:56:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:56:39 +0200 |
commit | 7c6333c365e8f36fff0f4d3957a56a50a11febc2 (patch) | |
tree | eeff076f347b9fa3fbc6c76286bb156f01e4da65 | |
parent | 122be68042a471abaf660ee87442274fdae9c230 (diff) |
Add manifest
-rw-r--r-- | buildfile | 2 | ||||
-rw-r--r-- | manifest | 16 |
2 files changed, 17 insertions, 1 deletions
@@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file d = build/ tests/ -./: $d doc{INSTALL LICENSE} file{bootstrap version} +./: $d doc{INSTALL LICENSE} file{bootstrap manifest version} include $d $src_base/doc{INSTALL}: install = false diff --git a/manifest b/manifest new file mode 100644 index 0000000..d2ae874 --- /dev/null +++ b/manifest @@ -0,0 +1,16 @@ +: 1 +name: build2 +version: 0.1.0 +summary: build2 build system +license: MIT +tags: build2, c++, build, system +description-file: README +changes-file: NEWS +url: http://build2.org +email: build2-users@build2.org +requires: c++11 +requires: build2 >= 0.1.0 +# @@ Should probably become conditional dependency. +requires: ? cli ; Only required if changing .cli files. +# @@ Need libbutl [0.1.0 0.2.0-]. +depends: libbutl == 0.1.0 |