void-packages/srcpkgs/git-extras/template
2017-05-06 06:27:44 +00:00

21 lines
538 B
Bash

# Template file for 'git-extras'
pkgname=git-extras
version=4.3.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=25e608ba17b49d38e1f1f9938cceb9a7406f4e2a5e9488898c193e82ac42e3be
pre_build() {
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
}
post_install() {
vlicense LICENSE
}