New package: revive-1.0.0

This commit is contained in:
Paper Mountain Studio 2020-01-03 11:55:59 +01:00 committed by Jürgen Buchmüller
parent 3143673c94
commit cb194d4950

19
srcpkgs/revive/template Normal file
View 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
}