void-packages/srcpkgs/revive/template
2020-02-01 08:23:26 +01:00

19 lines
508 B
Bash

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