# Template file for 'git-toolbelt'
pkgname=git-toolbelt
version=1.9.0
revision=2
depends="git fzf"
short_desc="Helper tools to make everyday life with Git much easier"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="BSD-3-Clause"
homepage="https://github.com/nvie/git-toolbelt"
distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
checksum=50f743ddefbc8d015880d6476e00f7fc319a909ff4beb69dd8d777fc8277e085
conflicts="git-extras"

do_install() {
	for f in git-*
	do
		vbin "$f"
	done
	vlicense LICENSE
	vdoc README.md
}
