16 lines
497 B
Bash
16 lines
497 B
Bash
# Template file for 'govendor'
|
|
pkgname=govendor
|
|
version=1.0.9
|
|
revision=1
|
|
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"
|
|
checksum=d303abf194838792234a1451c3a1e87885d1b2cd21774867b592c1f7db00551e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|