Commits
Ryan Schmidt authored d624044b284
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup creaktive rainbarf 1.1 v |
6 + | github.setup creaktive rainbarf 1.4 v |
7 7 | |
8 8 | maintainers gmail.com:creaktive |
9 9 | |
10 10 | categories sysutils |
11 11 | license {Artistic-1 GPL} |
12 12 | description CPU/RAM/battery stats chart bar for tmux (and GNU screen) |
13 13 | long_description ${name}: ${description} |
14 14 | |
15 15 | platforms darwin |
16 16 | |
17 17 | supported_archs noarch |
18 18 | |
19 - | checksums rmd160 2bef08706a504bc91fd57c1e791d5668751257dd \ |
20 - | sha256 f564e213a85248bd4a24cb2d8a5380119bfc934005c4b0f80e3d001039e14886 |
19 + | checksums rmd160 4d62017ff01f14dc7ceafc3f7a21539731f24f43 \ |
20 + | sha256 75e7976f555c490620e5953db9e3521b92ab561d4efac6cbf3c5a8207f0999db |
21 21 | |
22 22 | depends_build bin:pod2man:perl5 |
23 23 | |
24 24 | use_configure no |
25 25 | |
26 26 | build {} |
27 27 | |
28 28 | destroot { |
29 29 | xinstall -m 775 ${worksrcpath}/rainbarf ${destroot}${prefix}/bin |
30 30 | system "pod2man --section=1 ${worksrcpath}/rainbarf > \ |