21 lines
529 B
Bash
21 lines
529 B
Bash
# Template file for 'git-extras'
|
|
pkgname=git-extras
|
|
version=3.0.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=490742428824d6e807e894c3b6612be37a9a9a4e8fbea747d1813e5d62b2a807
|
|
|
|
pre_build() {
|
|
sed -i 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|