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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup creaktive rainbarf 0.6 v |
---|
8 | |
---|
9 | maintainers gmail.com:creaktive |
---|
10 | |
---|
11 | categories sysutils |
---|
12 | license Artistic GPL |
---|
13 | description CPU/RAM/battery stats chart bar for tmux (and GNU screen) |
---|
14 | long_description ${name}: ${description} |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | supported_archs noarch |
---|
19 | |
---|
20 | checksums rmd160 4cb05bf1de7ad65760b21d12b93301e07f1a5762 \ |
---|
21 | sha256 a37aec985b3abbf53503a22532b459332f981fffd4af2d643d59abe4ad142f25 |
---|
22 | |
---|
23 | use_configure no |
---|
24 | |
---|
25 | depends_build bin:pod2man:perl5 |
---|
26 | |
---|
27 | build {} |
---|
28 | |
---|
29 | destroot { |
---|
30 | xinstall -m 775 ${worksrcpath}/rainbarf ${destroot}${prefix}/bin |
---|
31 | system "pod2man --section=1 ${worksrcpath}/rainbarf > \ |
---|
32 | ${destroot}${prefix}/share/man/man1/rainbarf.1" |
---|
33 | } |
---|