void-packages/srcpkgs/revive/template
2020-03-16 15:44:41 +00:00

20 lines
508 B
Bash

# Template file for 'revive'
pkgname=revive
version=1.0.2
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=1d3b7a171afba55ee5a6cd7c87ebbcb452ec78a6cf0543584fada7d725ffca31
post_install() {
vdoc RULES_DESCRIPTIONS.md
vdoc README.md
vlicense LICENSE
}