# -*- 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/git-town/git-town 16.6.0 v github.tarball_from archive revision 0 description High-level command-line interface for Git long_description {*}${description} categories devel installs_libs no license MIT maintainers {karpenko.ca:alexei @akarpenko} \ {gmail.com:herby.gillot @herbygillot} \ openmaintainer homepage https://www.git-town.com/ checksums sha256 4eed540bd9cdd876095745e7065093aa6302d34e0cdfba4faabffef33b224f4e \ rmd160 16de6a022788b63feb005b40df96b54fd98522fa \ size 4113896 build.pre_args-append \ -ldflags \"-X ${go.package}/src/cmd.version=v${version}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }