# -*- 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 PortGroup github 1.0 go.setup github.com/numtide/treefmt 2.0.3 v go.package git.numtide.com/numtide/treefmt go.offline_build no github.tarball_from archive revision 0 homepage https://treefmt.com/ description One CLI to format your repo long_description \ {*}${description}. ${name} applies all the needed formatters to your \ project with one command line. categories devel installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ rmd160 911012a0b0289a7b0a57c3e635a04a28a8c79df2 \ sha256 c9ac73461907556d365df442aa7092a6500462d346699a40ef50fd22f24cb195 \ size 199376 build.args-append \ -ldflags \"-X ${go.package}/build.Version=v${version}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }