From 6a8aeee6fe6dcc0f8697af8e1df5aef614467179 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sat, 5 May 2018 08:29:31 +0200 Subject: [PATCH] New package: govendor-1.0.8 --- srcpkgs/govendor/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/govendor/template diff --git a/srcpkgs/govendor/template b/srcpkgs/govendor/template new file mode 100644 index 00000000000..46a5e254854 --- /dev/null +++ b/srcpkgs/govendor/template @@ -0,0 +1,16 @@ +# Template file for 'govendor' +pkgname=govendor +version=1.0.8 +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 " +license="BSD" +homepage="https://github.com/kardianos/govendor" +distfiles="https://github.com/kardianos/govendor/archive/v${version}.tar.gz" +checksum=7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 + +post_install() { + vlicense LICENSE +}