17 lines
513 B
Bash
17 lines
513 B
Bash
# Template file for 'golangci-lint'
|
|
pkgname=golangci-lint
|
|
version=1.21.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
|
|
short_desc="Linters Runner for Go"
|
|
maintainer="Renato Aguiar <renato@renag.me>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/golangci/golangci-lint"
|
|
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
|
checksum=2898b6965fd567bba54d5245fc952ddf665314c6a741c27fd7669f9be4ebd377
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|