1 | |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup github 1.0 |
---|
4 | |
---|
5 | name Thieriot |
---|
6 | version 0.0.5 |
---|
7 | |
---|
8 | categories devel shells |
---|
9 | platforms darwin |
---|
10 | maintainers pu-gh.com:rod |
---|
11 | description Shell tool for managing a projects Jenkins builds |
---|
12 | long_description Thieriot is a simple shell tool for projects that use \ |
---|
13 | Git and Jenkins, and allows you to easily check which \ |
---|
14 | of your branches currently have builds. And then to \ |
---|
15 | easily create/start/delete builds with a single command. |
---|
16 | |
---|
17 | github.setup rodnaph thieriot 0.0.5 "v" |
---|
18 | |
---|
19 | homepage https://github.com/rodnaph/thieriot/ |
---|
20 | |
---|
21 | depends_lib port:p5.12-yaml \ |
---|
22 | port:p5.12-json |
---|
23 | |
---|
24 | checksums rmd160 17bef4aa4570ffc59da919461ca450456ab9101b \ |
---|
25 | sha256 208a0b5502a9078b04cfeda93f63f78f637fe1722e2f2b891c7e61e61cbe7e54 |
---|
26 | |
---|
27 | use_configure no |
---|
28 | supported_archs noarch |
---|
29 | |
---|
30 | build {} |
---|
31 | |
---|
32 | destroot { xinstall -m 755 ${worksrcpath}/trt \ |
---|
33 | ${destroot}${prefix}/bin/trt } |
---|
34 | |
---|