diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 12:27:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 12:27:28 +0200 |
commit | 2aac6bb4b179a45908cd9d8c6656fef671c24042 (patch) | |
tree | bf7767da693d923b4705f774a1009ebc28fbc7f6 /manifest |
Initial infrastructure setup
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..d9743b6 --- /dev/null +++ b/manifest @@ -0,0 +1,17 @@ +: 1 +name: libbutl.bash +version: 0.8.0-a.0.z +project: build2 +summary: build2 utility library for bash +license: MIT +tags: utility, library, bash +description-file: README +changes-file: NEWS +url: https://build2.org +doc-url: https://build2.org/doc.xhtml +src-url: https://git.build2.org/cgit/libbutl.bash/tree/ +email: users@build2.org +build-email: builds@build2.org +requires: bash >= 4 +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- |