mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
New package: git-extras
This commit is contained in:
parent
b5333c3854
commit
5a5993e93b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/git-extras/template
Normal file
17
srcpkgs/git-extras/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'git-extras'
|
||||||
|
pkgname=git-extras
|
||||||
|
version=2.2.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=gnu-makefile
|
||||||
|
depends="bash"
|
||||||
|
short_desc="Little git extras"
|
||||||
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/tj/git-extras"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
checksum=6a933114d276761a078e653a961566d9517a6a4eaadacb62e655d39481548f63
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue