File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ name: rbx
33version: 0.1.0-a.0.z
44language: c++
55summary: rbx C++ executable
6- license: other: proprietary ; Not free/open source.
6+ license: BSD 3-clause
77description-file: README.md
8- url: https://example.org /rbx
8+ url: https://github.com/rubinius /rbx
99email: brixen@gmail.com
10- #build-error-email: brixen@gmail.com
10+ build-error-email: brixen@gmail.com
11+
1112depends: * build2 >= 0.16.0
1213depends: * bpkg >= 0.16.0
13- # depends: libhello ^1.0 .0
14+ depends: cli11 ^2.2 .0
Original file line number Diff line number Diff line change 11libs =
2- # import libs += libhello %lib{hello }
2+ import libs += cli11 %lib { cli11 }
33
44exe { rbx } : { hxx ixx txx cxx } { **} $libs testscript
55
Original file line number Diff line number Diff line change 11#include < iostream>
2+ #include < CLI/CLI.hpp>
23
34int main (int argc, char * argv[])
45{
Original file line number Diff line number Diff line change 11: 1
22summary: rbx project repository
33
4- #:
5- #role: prerequisite
6- #location: https://pkg.cppget.org/1/stable
7- #trust: ...
8-
9- #:
10- #role: prerequisite
11- #location: https://git.build2.org/hello/libhello.git
4+ :
5+ role: prerequisite
6+ type: git
7+ location: https://github.com/rubinius/cli11#master
You can’t perform that action at this time.
0 commit comments