Commits

Herby Gillot authored and Renee Otten committed 4b693fd1635
new port: golangci-lint v1.17.1
No tags

devel/golangci-lint/Portfile

Added
1 +# -*- 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
2 +
3 +PortSystem 1.0
4 +PortGroup golang 1.0
5 +
6 +go.setup github.com/golangci/golangci-lint 1.17.1 v
7 +
8 +platforms darwin
9 +categories devel
10 +license GPL-3
11 +installs_libs no
12 +
13 +maintainers {gmail.com:herby.gillot @herbygillot} openmaintainer
14 +
15 +description Linters Runner for Go.
16 +
17 +long_description GolangCI-Lint is a linters aggregator. It's fast: on \
18 + average 5 times faster than gometalinter. It's easy to \
19 + integrate and use, has nice output and has a minimum \
20 + number of false positives. It supports go modules.
21 +
22 +checksums rmd160 2abb836c0258e23f21d2b5f6b837c4142ebba1f7 \
23 + sha256 610a199d74a1feb0f17c9331b7ab5f9454cdf594a419437fa672240c0a360d58 \
24 + size 3929522
25 +
26 +build.args ./cmd/golangci-lint
27 +
28 +destroot {
29 + xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
30 +}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut