New package: revive-1.0.0
This commit is contained in:
parent
3143673c94
commit
cb194d4950
1 changed files with 19 additions and 0 deletions
19
srcpkgs/revive/template
Normal file
19
srcpkgs/revive/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue