22 lines
789 B
Bash
22 lines
789 B
Bash
# Template file for 'golangci-lint'
|
|
pkgname=golangci-lint
|
|
version=1.48.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
|
|
go_ldflags="-X main.version=${version} -X main.date=${SOURCE_DATE_EPOCH} -X main.commit=v${version}"
|
|
short_desc="Linters Runner for Go"
|
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/golangci/golangci-lint"
|
|
changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
|
|
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
|
checksum=cedddf1ff23d506211440ebe9fb4a9a738421304d47833d8b0af6586a5de67f5
|
|
|
|
# fix: collect2: fatal error: cannot find 'ld'
|
|
export LDFLAGS="-fuse-ld=bfd"
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|