Ticket #38244: Portfile

File Portfile, 965 bytes (added by creaktive (Stanislaw Pusep), 11 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        creaktive rainbarf 0.6 v
8
9maintainers         gmail.com:creaktive
10
11categories          sysutils
12license             Artistic GPL
13description         CPU/RAM/battery stats chart bar for tmux (and GNU screen)
14long_description    ${name}: ${description}
15
16platforms           darwin
17
18supported_archs     noarch
19
20checksums           rmd160  4cb05bf1de7ad65760b21d12b93301e07f1a5762 \
21                    sha256  a37aec985b3abbf53503a22532b459332f981fffd4af2d643d59abe4ad142f25
22
23use_configure       no
24
25depends_build       bin:pod2man:perl5
26
27build {}
28
29destroot {
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}