void-packages/srcpkgs/gitbatch/template
2019-04-13 08:38:06 -03:00

17 lines
534 B
Bash

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