2019-02-24 17:30:07 +00:00
|
|
|
# Template file for 'gitbatch'
|
|
|
|
pkgname=gitbatch
|
2019-05-19 18:36:00 +00:00
|
|
|
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"
|
2019-05-19 18:36:00 +00:00
|
|
|
checksum=b1781bb1a0f16545d8980d4f854cb4685c289b222d141197889fc387524aa515
|
2019-02-24 17:30:07 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|