description="Bash completion functions"
url="https://github.com/scop/bash-completion"

contributors="Berlius, Greg, Rems"
packager="tnut <tnut@nutyx.org>"


name=bash-completion
version=2.9

source=(https://github.com/scop/$name/releases/download/$version/$name-$version.tar.xz)

build() {

cd $name-$version    
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install


# remove Slackware's makepkg completion
rm $PKG/usr/share/bash-completion/completions/makepkg
}
