From a3809a00b33aa012aa72af6b82d7edce3c476d0f Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 6 Apr 2017 11:58:48 +0200 Subject: [PATCH] New package: gkill-0.0.0.20170406 --- srcpkgs/gkill/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/gkill/template diff --git a/srcpkgs/gkill/template b/srcpkgs/gkill/template new file mode 100644 index 00000000000..fab571e983b --- /dev/null +++ b/srcpkgs/gkill/template @@ -0,0 +1,19 @@ +# Template file for 'gkill' +pkgname=gkill +version=0.0.0.20170406 +revision=1 +_commit="46a3be01f54543ea23c43f3d8a619ea9126aebbc" +wrksrc="$pkgname-$_commit" +build_style=go +hostmakedepends="git" +short_desc="Easy Process Killer" +maintainer="Andrea Brancaleoni " +license="MIT" +go_import_path="github.com/heppu/gkill" +homepage="https://$go_import_path" +distfiles="$homepage/archive/$_commit.tar.gz" +checksum=b8b89c7252dd2d4a3cb7870a676c6fd9561006a7416f0b0121ce233b68c86c6a + +post_install() { + vlicense LICENSE +}