# Template file for 'git-toolbelt' pkgname=git-toolbelt version=1.9.2 revision=1 depends="git fzf" short_desc="Helper tools to make everyday life with Git much easier" maintainer="Daniel Lewan " license="BSD-3-Clause" homepage="https://github.com/nvie/git-toolbelt" distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz" checksum=1bd4f01a4ad4a580ac514e298bae4d37887da27e9d295375aa645f32e30f7a33 conflicts="git-extras" do_install() { for f in git-* do vbin "$f" done vlicense LICENSE vdoc README.md }