16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
|
|
# Description: programmable bash completion for pkgutils and ports
|
|
# URL: http://www.fukt.bth.se/~per/pkgutils/
|
|
# 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
|
|
|
|
}
|