# -*- 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/atinylittleshell/gsh 0.8.0 v go.offline_build no github.tarball_from archive revision 0 description A modern, POSIX-compatible, generative shell long_description {*}${description} categories shells installs_libs no license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 aaa662518b027aa8b74ed6c0a9e8a1f963e2a2e5 \ sha256 a6c59957f899241ce5d3bebfa4d807035e9877672fda63d68c17da7b5ad7dbe6 \ size 900716 build.pre_args-append \ -ldflags \" -X main.BUILD_VERSION=${version} \" build.args ./cmd/${name} destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }