void-packages/srcpkgs/git-toolbelt/template
2020-05-15 13:40:57 +02:00

23 lines
580 B
Bash

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