# -*- 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 dylanaraps pfetch 0.6.0 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 22c28104e9ce9536e474e5b0b019c15d20642003 \ sha256 d1f611e61c1f8ae55bd14f8f6054d06fcb9a2d973095367c1626842db66b3182 \ size 17431 use_configure no build {} destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }