diff options
-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 |