void-packages/srcpkgs/bash-completion/template

25 lines
831 B
Bash
Raw Normal View History

# Template file for 'bash-completion'
pkgname=bash-completion
2013-09-14 03:02:57 +00:00
version=2.1
2014-10-01 10:39:18 +00:00
revision=5
noarch="yes"
build_style=gnu-configure
makedepends="bash"
depends="${makedepends}"
short_desc="Programmable completion for the GNU Bash shell"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-03-18 06:17:52 +00:00
license="GPL-2"
homepage="http://bash-completion.alioth.debian.org/"
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
2013-09-14 03:02:57 +00:00
checksum=2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f
post_install() {
# remove completions provided by util-linux.
for f in su dmesg ionice rtcwake look hexdump chsh renice hwclock \
cal eject newgrp; do
rm -f ${DESTDIR}/usr/share/bash-completion/completions/${f}
done
# remove nmcli provided by NetworkManager.
rm -f ${DESTDIR}/usr/share/bash-completion/completions/nmcli
}