# Template file for 'git-toolbelt'
pkgname=git-toolbelt
version=1.11.0
revision=1
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"
changelog="https://raw.githubusercontent.com/nvie/git-toolbelt/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
checksum=3828f96ff8ea14789a63fd914a5bf99ba4dad52e4066863b8fab0ea4310d9ac7
conflicts="git-extras"

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