# -*- 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.4 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 abbccbf5131f227c60da3f7f2b864fba72829de1 \ sha256 4c242ff7bb9ff165d0af0de7ab0cfd1cd0709e0b83a2938890d144025f0479db \ size 2514 use_configure no build {} destroot { xinstall -m 755 ${worksrcpath}/hr ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/hr.1 ${destroot}${prefix}/share/man/man1 }