void-packages/srcpkgs/revive/template
2021-01-25 13:35:21 +01:00

18 lines
486 B
Bash

# Template file for 'revive'
pkgname=revive
version=1.0.3
revision=1
build_style=go
go_import_path="github.com/mgechev/revive"
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=3f829c35dcc8b94bb78c706c2a35bb1f5c77e83128614aa3867fe2952d0ce936
post_install() {
vdoc RULES_DESCRIPTIONS.md
vdoc README.md
vlicense LICENSE
}