void-packages/srcpkgs/git-extras/template

22 lines
538 B
Bash
Raw Normal View History

2014-12-14 22:35:33 +01:00
# Template file for 'git-extras'
pkgname=git-extras
2016-01-25 16:04:02 +01:00
version=4.1.0
revision=2
2014-12-14 22:35:33 +01:00
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"
2016-01-25 16:04:02 +01:00
checksum=d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85
2014-12-14 22:35:33 +01:00
2014-12-14 22:39:13 +01:00
pre_build() {
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
2014-12-14 22:39:13 +01:00
}
2014-12-14 22:35:33 +01:00
post_install() {
vlicense LICENSE
}