generated from archlinux/template

Implicitly fetch dependencies with on `go build'. `go mod download' fetches full modules which is a waste of disk space (~500M). `go get -d' would be the better way to prefetch dependencies in prepare(), however does not work for golangci-lint. Upstream doesn't seem to care about this inconsistency. No point in punishing users not having access to a fast internet connection or have little disk space.
20 lines
510 B
Plaintext
20 lines
510 B
Plaintext
pkgbase = golangci-lint
|
|
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
|
|
pkgver = 1.33.0
|
|
pkgrel = 2
|
|
url = https://github.com/golangci/golangci-lint
|
|
arch = x86_64
|
|
arch = i686
|
|
arch = aarch64
|
|
arch = armv7h
|
|
arch = armv6h
|
|
license = GPL3
|
|
makedepends = git
|
|
makedepends = go
|
|
depends = glibc
|
|
source = https://github.com/golangci/golangci-lint/archive/v1.33.0/golangci-lint-1.33.0.tar.gz
|
|
sha256sums = ae828754b1f9b0cee11cc81f0720f187831bc61d7b7cbb6e80421ff2d5b74631
|
|
|
|
pkgname = golangci-lint
|
|
|