23 lines
583 B
Bash
23 lines
583 B
Bash
# Template file for 'revive'
|
|
pkgname=revive
|
|
version=1.1.1
|
|
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=4ca423be81a92a32cc9b550d46bc6cc947ce9b938ee2827a094e6582ed162fc6
|
|
|
|
do_check() {
|
|
go test -v ./...
|
|
}
|
|
|
|
post_install() {
|
|
vdoc RULES_DESCRIPTIONS.md
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|