20 lines
508 B
Bash
20 lines
508 B
Bash
|
# Template file for 'revive'
|
||
|
pkgname=revive
|
||
|
version=1.0.0
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
go_import_path="github.com/mgechev/revive"
|
||
|
hostmakedepends="git"
|
||
|
short_desc="Drop-in replacement for golint"
|
||
|
maintainer="Paper <paper@tilde.institute>"
|
||
|
license="MIT"
|
||
|
homepage="https://revive.run/"
|
||
|
distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
|
||
|
checksum=604129d620459995282eb084fd198a04d791687580bf802398836852c81640ef
|
||
|
|
||
|
post_install() {
|
||
|
vdoc RULES_DESCRIPTIONS.md
|
||
|
vdoc README.md
|
||
|
vlicense LICENSE
|
||
|
}
|