# Template file for 'git-extras' pkgname=git-extras version=4.5.0 revision=1 noarch=yes build_style=gnu-makefile depends="bash" short_desc="Little git extras" maintainer="Eivind Uggedal " license="MIT" homepage="https://github.com/tj/git-extras" distfiles="${homepage}/archive/${version}.tar.gz" checksum=cb099d9e155c3bf863f95dd91c72bcc2e05fb28e3ebce527cd70d1b517402615 pre_build() { sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile } post_install() { vlicense LICENSE }