You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
930 B
Tcl
29 lines
930 B
Tcl
# -*- 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.31.0 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 8e6905c90b86195ae6392a8a3571b2e2bbe6a1be \
|
|
sha256 2df274d8680a9405646b0729b6465b8952f795f118358cf8a25fe1526cbd0909 \
|
|
size 1685497
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|