# -*- 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           golang 1.0

go.setup            github.com/rsc/tcat 1.0.0 v
go.package          rsc.io/tcat
revision            0
name                tablecat

description         Tcat is table cat

long_description    \
    {*}${description}. Tcat reads the named input files, splits each line \
    into space-separate fields, and then reprints the input aligning columns \
    of fields.

categories          textproc
installs_libs       no
license             BSD
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  c5fcd27e882ad976ef81597a17456255bfe6073e \
                    sha256  7ff0a4858f10a94306d23836f8de88dc7f65471d28cdcfe2829a3e23dc2be809 \
                    size    1965

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

notes "Installed as 'tablecat'"
