From 9802605f89a67522d9f625c39efcafef96246cb4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 26 Aug 2019 19:19:49 +0200 Subject: [PATCH] New package: gucci-1.2.2 --- srcpkgs/gucci/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/gucci/template diff --git a/srcpkgs/gucci/template b/srcpkgs/gucci/template new file mode 100644 index 00000000000..2383ae4c09f --- /dev/null +++ b/srcpkgs/gucci/template @@ -0,0 +1,17 @@ +# Template file for 'gucci' +pkgname=gucci +version=1.2.2 +revision=1 +build_style=go +go_import_path="github.com/noqcks/gucci" +hostmakedepends="git" +short_desc="Simple CLI templating tool written in Go" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://github.com/noqcks/gucci" +distfiles="https://github.com/noqcks/gucci/archive/${version}.tar.gz" +checksum=b31ebdb94d227331ac954262e43e39e3b9a1fb25bab96fd0cccb7ddfb997e383 + +post_install() { + vlicense LICENSE +}