# 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 " 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 }