# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github  1.0

github.setup        Un1q32 pfetch 1.9.4
github.tarball_from archive
revision            0

description         A pretty system information tool written in POSIX sh

long_description    {*}${description}. The goal of this project is to \
                    implement a simple system information tool in POSIX sh \
                    using features built into the language itself (where \
                    possible).

categories          sysutils
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
supported_archs     noarch
platforms           any

checksums           rmd160  d70fb4fdeb908f6d5860f084cbd29f967600a2a1 \
                    sha256  204e18105a138f9133e7d21c80dd079dcfe226237bc7c224711ae7b86b272c5a \
                    size    26272

use_configure       no

build {}

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
    xinstall -m 0755 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
}
