15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
# Description: Programmable bash completion for prt-get
|
|
# URL: https://crux.nu/gitweb/?p=tools/prt-get.git;a=summary
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
# Depends on: bash-completion
|
|
|
|
name=prt-get-bashcompletion
|
|
version=5.19.3
|
|
release=1
|
|
source=(http://crux.nu/files/prt-get-$version.tar.xz)
|
|
|
|
build() {
|
|
install -D -m 755 prt-get-$version/misc/prt-get_complete \
|
|
$PKG/etc/bash_completion.d/prt-get
|
|
}
|