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