New package: gitbatch-0.4.2

This commit is contained in:
a 2019-02-24 18:30:07 +01:00 committed by maxice8
parent 46337857e1
commit 9f4fc1d0f4

17
srcpkgs/gitbatch/template Normal file
View file

@ -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 <sudo-woodo3@protonmail.com>"
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
}