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