vp-build/srcpkgs/git-extras/template

22 lines
538 B
Bash

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