opt/bash-completion/Pkgfile
2007-04-03 18:25:08 +02:00

16 lines
514 B
Plaintext

# Maintainer: Simone Rota, sip at crux dot nu
# URL: http://www.caliban.org/bash/index.shtml#completion
# Description: Bash completion functions
name=bash-completion
version=20060301
release=1
source=(http://www.caliban.org/files/bash/$name-$version.tar.gz init_bc)
build() {
mkdir -p $PKG/usr/share/bash-completion
cp bash_completion/bash_completion $PKG/usr/share/bash-completion
install -m 0755 init_bc $PKG/usr/share/bash-completion
install -d -m 0755 $PKG/usr/lib/bash-completion
}