2010-09-01 07:45:08 +00:00
|
|
|
# Description: Programmable bash completion for pkgutils and ports
|
2023-05-28 10:25:45 +02:00
|
|
|
# URL: https://crux.nu
|
2022-12-15 08:35:16 +00:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: bash-completion
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=crux-bashcompletion
|
|
|
|
version=20031028
|
|
|
|
release=1
|
|
|
|
source=(crux_completions)
|
|
|
|
|
|
|
|
build() {
|
2022-12-15 08:35:16 +00:00
|
|
|
install -D -m 755 crux_completions \
|
|
|
|
$PKG/etc/bash_completion.d/crux
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|