18 lines
566 B
Bash
18 lines
566 B
Bash
# 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
|
|
}
|