void-packages/srcpkgs/revive/template
2022-03-11 10:57:45 +01:00

23 lines
583 B
Bash

# Template file for 'revive'
pkgname=revive
version=1.1.4
revision=1
build_style=go
go_ldflags="-X main.version=$version -X main.builtBy=xbps"
go_import_path="github.com/mgechev/revive"
short_desc="Drop-in replacement for golint"
maintainer="Roberto Ricci <ricci@disroot.org>"
license="MIT"
homepage="https://revive.run/"
distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
checksum=afe0d11a614d5ca706485b7f6ca1e53b374b45017ea75f14149a4434d3ef74b5
do_check() {
go test -v ./...
}
post_install() {
vdoc RULES_DESCRIPTIONS.md
vdoc README.md
vlicense LICENSE
}