diff --git a/srcpkgs/gitbatch/template b/srcpkgs/gitbatch/template new file mode 100644 index 0000000000..e6ef8b3ca7 --- /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 +}