# Template file for 'bash-completion' pkgname=bash-completion version=2.5 revision=1 noarch=yes build_style=gnu-configure make_install_args="profiledir=/etc/bash/bashrc.d" makedepends="bash" depends="${makedepends}" short_desc="Programmable completion for the GNU Bash shell" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/scop/bash-completion" distfiles="${homepage}/releases/download/${version}/bash-completion-${version}.tar.xz" checksum=b0b9540c65532825eca030f1241731383f89b2b65e80f3492c5dd2f0438c95cf post_install() { # remove completions provided by util-linux. rm -f ${DESTDIR}/usr/share/bash-completion/completions/{u,}mount* }