void-packages/srcpkgs/gitbatch/template
2019-02-24 18:35:30 -03:00

17 lines
534 B
Bash

# 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
}