New package: go-review-0.3.1

This commit is contained in:
Renato Aguiar 2019-08-27 14:19:09 -07:00 committed by Helmut Pozimski
parent 5d15e68db3
commit 08a93d9b83

View file

@ -0,0 +1,18 @@
# Template file for 'go-review'
pkgname=go-review
version=0.3.1
revision=1
build_style=go
go_import_path="github.com/heppu/go-review"
go_package="${go_import_path}/cmd/${pkgname}"
hostmakedepends="git"
short_desc="Publish reports from different Go linters as gerrit reviews"
maintainer="Renato Aguiar <renato@renag.me>"
license="MIT"
homepage="https://github.com/heppu/go-review"
distfiles="https://github.com/heppu/go-review/archive/v${version}.tar.gz"
checksum=284eea5ec9184f169454de1f15a64beafd774653852d3e952171d9850651a553
post_install() {
vlicense LICENSE
}