# Template file for 'git-toolbelt' pkgname=git-toolbelt version=1.7.0 revision=1 depends="git moreutils 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=ea17c85a2494c98daf56c517c3dfcfb288a726ce867120ffb52befb22d42f2c5 conflicts="git-extras" do_install() { for f in git-* do vbin "$f" done vlicense LICENSE vdoc README.md }