# -*- 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/benhoyt/goawk 1.30.1 v
revision            0

homepage            https://benhoyt.com/writings/goawk

description         POSIX-compliant AWK interpreter written in Go, with \
                    CSV and TSV support

long_description    {*}${description}

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

checksums           rmd160  7d4621a1a0c485f82c4a05dc0fda39ae4c8234a4 \
                    sha256  7f2964b474ac3d2d41b5a9bf5a18cd3ee369b2c1cd7aa405299b385ff20ea5db \
                    size    1684895

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