New package: git-toolbelt-1.4.1

This commit is contained in:
Daniel Lewan 2020-04-20 17:37:41 +02:00 committed by Piotr
parent 041912cc29
commit 6c59683d0b

View file

@ -0,0 +1,22 @@
# Template file for 'git-toolbelt'
pkgname=git-toolbelt
version=1.4.1
revision=1
archs=noarch
depends="git moreutils fzf"
short_desc="Helper tools to make everyday life with Git much easier"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/nvie/git-toolbelt"
distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
checksum=a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0
conflicts="git-extras"
do_install() {
for f in git-*
do
vbin "$f"
done
vlicense LICENSE
vdoc README.md
}