diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-29 00:45:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-04 13:35:14 +0300 |
commit | dd973d03bf5f3f439dcdacbb22470105e66e698a (patch) | |
tree | 6856ab313c75f3459df80511c98d3f788bf1c22b /manifest | |
parent | c72bbd5d04084547c53e9593af4d76d9e5135a53 (diff) |
Implement manifests and build_config
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..76d24bd --- /dev/null +++ b/manifest @@ -0,0 +1,15 @@ +: 1 +name: libbbot +version: 0.5.0-a1 +summary: build2 build bot library +license: MIT +tags: build2, bbot, build, bot +description-file: README +changes-file: NEWS +url: https://build2.org +email: users@build2.org +requires: c++14 +depends: * build2 >= 0.4.0 +depends: * bpkg >= 0.4.0 +depends: libbutl == 0.5.0-a1 +depends: libbpkg == 0.5.0-a1 |