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