Ticket #36602: Portfile

File Portfile, 1.1 KB (added by rod@…, 12 years ago)
Line 
1
2PortSystem          1.0
3PortGroup           github 1.0
4
5name                Thieriot
6version             0.0.5
7
8categories          devel shells
9platforms           darwin
10maintainers         pu-gh.com:rod
11description         Shell tool for managing a projects Jenkins builds
12long_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
17github.setup        rodnaph thieriot 0.0.5 "v"
18
19homepage            https://github.com/rodnaph/thieriot/
20
21depends_lib         port:p5.12-yaml \
22                    port:p5.12-json
23
24checksums           rmd160  17bef4aa4570ffc59da919461ca450456ab9101b \
25                    sha256  208a0b5502a9078b04cfeda93f63f78f637fe1722e2f2b891c7e61e61cbe7e54
26
27use_configure       no
28supported_archs     noarch
29
30build               {}
31
32destroot            { xinstall -m 755 ${worksrcpath}/trt \
33                                      ${destroot}${prefix}/bin/trt }
34