# -*- 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.8.1
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  5e44b01c285f0a1f6ed5dddb7267820f2279f84a \
                    sha256  2f467e4353410c8419654a848eba21c0c5937268d2355334b1f3b218af02ed03 \
                    size    26195

use_configure       no

build {}

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
