From 6cbecaca80d8c200db69b718a167206be9c45c2e Mon Sep 17 00:00:00 2001 From: travankor <38744110+travankor@users.noreply.github.com> Date: Fri, 6 Jul 2018 00:35:48 -0700 Subject: [PATCH] New package: gister-0.5.0 (#648) --- srcpkgs/gister/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/gister/template 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 +}