diff --git a/srcpkgs/gister/template b/srcpkgs/gister/template new file mode 100644 index 00000000000..41c689dae1b --- /dev/null +++ b/srcpkgs/gister/template @@ -0,0 +1,16 @@ +# Template file for 'gister' +pkgname=gister +version=0.5.0 +revision=1 +build_style=go +go_import_path=github.com/viyatb/gister +short_desc="Command line app to create Gists in Go" +maintainer="travankor " +license="MIT" +homepage="https://github.com/viyatb/gister" +distfiles="https://github.com/viyatb/gister/archive/v${version}.tar.gz" +checksum=0cb0d739c91ccf93b61885ceb1b5f456367f67439527ba4977ae8e5b7002faca + +post_install() { + vlicense LICENSE.md +}