22 lines
548 B
Bash
22 lines
548 B
Bash
# Template file for 'git-toolbelt'
|
|
pkgname=git-toolbelt
|
|
version=1.9.3
|
|
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"
|
|
distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
|
|
checksum=d39e45a9d2a2501bc6f06fc0c5eb8f1fb7a3b372c0ee4d6def4c77541d102c44
|
|
conflicts="git-extras"
|
|
|
|
do_install() {
|
|
for f in git-*
|
|
do
|
|
vbin "$f"
|
|
done
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|