# -*- 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 14.2.3 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 e945bc04a1f7e66b76571dd644f5d92dff400bf23d014714cd513cd30387fa65 \ rmd160 b17e122153f67cdfa0a568a174f9d312e79cce84 \ size 3977856 build.pre_args-append \ -ldflags \"-X ${go.package}/src/cmd.version=v${version}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }