mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: git-toolbelt-1.4.1
This commit is contained in:
parent
041912cc29
commit
6c59683d0b
1 changed files with 22 additions and 0 deletions
22
srcpkgs/git-toolbelt/template
Normal file
22
srcpkgs/git-toolbelt/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'git-toolbelt'
|
||||||
|
pkgname=git-toolbelt
|
||||||
|
version=1.4.1
|
||||||
|
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=a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0
|
||||||
|
conflicts="git-extras"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
for f in git-*
|
||||||
|
do
|
||||||
|
vbin "$f"
|
||||||
|
done
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue