# -*- 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/golangci/golangci-lint 1.61.0 v github.tarball_from archive revision 0 homepage https://golangci-lint.run description Linters Runner for Go. long_description \ GolangCI-Lint is a linters aggregator. It's fast: on average 5 times \ faster than gometalinter. It's easy to integrate and use, has nice output \ and has a minimum number of false positives. It supports Go modules. categories devel installs_libs no license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ {@steenzout} \ openmaintainer checksums rmd160 bd69eb2c025dd13646f97dc49d0c591dee5c7b8c \ sha256 f4efcc09dde3eb81ba7e2fc4230d3e99375a4b176dd28c31cab07371cf5c07db \ size 1738919 build.args ./cmd/golangci-lint # FIXME: This port currently can't be built without allowing go mod to fetch # dependencies during the build phase. See # https://trac.macports.org/ticket/61192 go.offline_build no destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} }