2010-09-06 06:47:46 +00:00
|
|
|
# Description: Programmable bash completion for prt-get
|
2020-07-01 10:26:11 -05:00
|
|
|
# URL: https://crux.nu/gitweb/?p=tools/prt-get.git;a=summary
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
2010-09-06 06:47:46 +00:00
|
|
|
# Depends on: bash-completion
|
2010-09-06 06:40:32 +00:00
|
|
|
|
|
|
|
name=prt-get-bashcompletion
|
2020-07-01 10:26:11 -05:00
|
|
|
version=5.19.3
|
2016-08-18 11:09:01 +02:00
|
|
|
release=1
|
2020-07-01 10:26:11 -05:00
|
|
|
source=(http://crux.nu/files/prt-get-$version.tar.xz)
|
2010-09-06 06:40:32 +00:00
|
|
|
|
|
|
|
build() {
|
2010-11-23 09:12:07 +01:00
|
|
|
install -D -m 755 prt-get-$version/misc/prt-get_complete \
|
2010-09-06 06:47:46 +00:00
|
|
|
$PKG/etc/bash_completion.d/prt-get
|
2010-09-06 06:40:32 +00:00
|
|
|
}
|