From 9f4fc1d0f45fbfd980ea58fde5dd18f0e257cf12 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 24 Feb 2019 18:30:07 +0100 Subject: [PATCH] New package: gitbatch-0.4.2 --- srcpkgs/gitbatch/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/gitbatch/template diff --git a/srcpkgs/gitbatch/template b/srcpkgs/gitbatch/template new file mode 100644 index 00000000000..e6ef8b3ca71 --- /dev/null +++ b/srcpkgs/gitbatch/template @@ -0,0 +1,17 @@ +# Template file for 'gitbatch' +pkgname=gitbatch +version=0.4.2 +revision=1 +build_style=go +go_import_path=github.com/isacikgoz/gitbatch +hostmakedepends="git" +short_desc="Command line tool to manage your git repositories in one place" +maintainer="0x0f0f0f " +license="MIT" +homepage="https://github.com/isacikgoz/gitbatch" +distfiles="https://github.com/isacikgoz/gitbatch/archive/v${version}.tar.gz" +checksum=0fcde31e40423dcad9a8c3ce4deb539bbe9e01165b03920f0757b87072fe8669 + +post_install() { + vlicense LICENSE +}