22 lines
538 B
Bash
22 lines
538 B
Bash
# Template file for 'git-extras'
|
|
pkgname=git-extras
|
|
version=4.1.0
|
|
revision=2
|
|
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=d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85
|
|
|
|
pre_build() {
|
|
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|