void-packages/srcpkgs/gitbatch/template

18 lines
534 B
Bash
Raw Normal View History

2019-02-24 17:30:07 +00:00
# Template file for 'gitbatch'
pkgname=gitbatch
version=0.5.0
2019-02-24 17:30:07 +00:00
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
2019-02-24 17:30:07 +00:00
post_install() {
vlicense LICENSE
}