18 lines
574 B
Bash
18 lines
574 B
Bash
# Template file for 'go-review'
|
|
pkgname=go-review
|
|
version=1.0.0
|
|
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@renatoaguiar.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/heppu/go-review"
|
|
distfiles="https://github.com/heppu/go-review/archive/v${version}.tar.gz"
|
|
checksum=08e6eecc36f8706f012c280d6bfd37a6b9f922b223c9b6e5342550103dbdfaa0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|