diff --git a/srcpkgs/goversion/template b/srcpkgs/goversion/template new file mode 100644 index 00000000000..5306bc679e9 --- /dev/null +++ b/srcpkgs/goversion/template @@ -0,0 +1,17 @@ +# Template file for 'goversion' +pkgname=goversion +version=1.0.0 +revision=1 +build_style=go +go_import_path=rsc.io/goversion +hostmakedepends="git" +short_desc="Print version used to build Go executables" +maintainer="maxice8 " +license="3-Clause-BSD" +homepage="https://github.com/rsc/goversion" +distfiles="https://github.com/rsc/goversion/archive/v${version}.tar.gz" +checksum=0793ce784970048b50f4e364520f73e2b55b925ac6159a37749c259b59b84366 + +post_install() { + vlicense LICENSE +}