15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
# Description: Programmable bash completion for pkgutils and ports
|
|
# URL: https://crux.nu
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: bash-completion
|
|
|
|
name=crux-bashcompletion
|
|
version=20031028
|
|
release=1
|
|
source=(crux_completions)
|
|
|
|
build() {
|
|
install -D -m 755 crux_completions \
|
|
$PKG/etc/bash_completion.d/crux
|
|
}
|