# -*- 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        LuRsT hr 1.5
github.tarball_from archive
platforms           any
supported_archs     noarch
license             MIT
maintainers         {i0ntempest @i0ntempest} openmaintainer
categories          sysutils

description         A horizontal ruler for your terminal
long_description    A simple shell script that puts a horizontal ruler in your terminal.

checksums           rmd160  758752ef7474b945e54c2ee4cd147e2e84148784 \
                    sha256  d4bb6e8495a8adaf7a70935172695d06943b4b10efcbfe4f8fcf6d5fe97ca251 \
                    size    2464

use_configure       no
build               {}

destroot {
    xinstall -m 755 ${worksrcpath}/hr ${destroot}${prefix}/bin
    xinstall -m 644 ${worksrcpath}/hr.1 ${destroot}${prefix}/share/man/man1
}
