2006-02-23 15:26:10 +00:00
|
|
|
# Description: programmable bash completion for pkt-get
|
|
|
|
# URL: http://www.varlock.com/blosxom.cgi/CruxProjects/pkgget/index.html
|
2006-04-13 21:43:04 +00:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
|
|
|
# Packager: Simone Rota, sip at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: bash-completion, pkg-get
|
|
|
|
|
|
|
|
name=pkg-get-bashcompletion
|
2006-04-23 16:28:55 +00:00
|
|
|
version=0.4.4
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
|
|
|
source=(http://www.varlock.com/files/pkg-get-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd pkg-get-$version/scripts
|
|
|
|
install -D -m 755 pkg-get_completion.sh \
|
|
|
|
$PKG/usr/lib/bash-completion/pkg-get_completion
|
|
|
|
}
|