16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
# Maintainer: Simone Rota, sip at crux dot nu
|
|
# Description: programmable bash completion for pkgutils and ports
|
|
# URL: http://www.crux.nu
|
|
# Depends on: bash-completion
|
|
|
|
name=crux-bashcompletion
|
|
version=20031028
|
|
release=1
|
|
source=(crux_completions)
|
|
|
|
build() {
|
|
install -D -m 755 crux_completions \
|
|
$PKG/usr/lib/bash-completion/crux_completions
|
|
|
|
}
|