void-packages/srcpkgs/gitbatch/template
a 831b4484ef gitbatch: update to 0.5.0.
Closes #11822.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-21 10:03:00 +02:00

17 lines
534 B
Bash

# Template file for 'gitbatch'
pkgname=gitbatch
version=0.5.0
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=b1781bb1a0f16545d8980d4f854cb4685c289b222d141197889fc387524aa515
post_install() {
vlicense LICENSE
}