23 lines
590 B
Bash
23 lines
590 B
Bash
# Template file for 'git-extras'
|
|
pkgname=git-extras
|
|
version=6.0.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
hostmakedepends="util-linux"
|
|
depends="bash git"
|
|
short_desc="Little git extras"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/tj/git-extras"
|
|
distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz"
|
|
checksum=a823c12e4bf74e2f07ee80e597500e5f5120dcd8fa345e67e2c03544fd706ffe
|
|
|
|
pre_build() {
|
|
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|