17 lines
512 B
Bash
17 lines
512 B
Bash
# Template file for 'gitbatch'
|
|
pkgname=gitbatch
|
|
version=0.5.0
|
|
revision=4
|
|
build_style=go
|
|
go_import_path=github.com/isacikgoz/gitbatch
|
|
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
|
|
}
|