vp-build/srcpkgs/govendor/template

17 lines
497 B
Bash
Raw Normal View History

2018-05-05 08:29:31 +02:00
# Template file for 'govendor'
pkgname=govendor
2018-05-10 01:37:26 +02:00
version=1.0.9
2018-08-25 09:04:47 +02:00
revision=2
2018-05-05 08:29:31 +02:00
build_style=go
go_import_path="github.com/kardianos/govendor"
short_desc="Go vendor tool that works with the standard vendor file"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="BSD"
homepage="https://github.com/kardianos/govendor"
distfiles="https://github.com/kardianos/govendor/archive/v${version}.tar.gz"
2018-05-10 01:37:26 +02:00
checksum=d303abf194838792234a1451c3a1e87885d1b2cd21774867b592c1f7db00551e
2018-05-05 08:29:31 +02:00
post_install() {
vlicense LICENSE
}