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