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