# -*- 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/go-critic/go-critic 0.11.3 v go.offline_build no github.tarball_from archive revision 0 homepage https://go-critic.com description The most opinionated Go source code linter for code audit. long_description {*}${description} Highly extensible Go source code \ linter providing checks currently missing from other \ linters. categories devel installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 7b01b8f4408430f28fb398b8965e2a88c5846ed5 \ sha256 51890835e3811ab27f3dd7f9dc3bab140de774c3ce438d51944209ad2c4291f1 \ size 180260 build.cmd make build.pre_args-append \ GOCRITIC_VERSION=${version} build.args build-release destroot { xinstall -m 0755 ${worksrcpath}/bin/gocritic ${destroot}${prefix}/bin/ }