opt/pkg-get-bashcompletion/Pkgfile
Jose V Beneyto ba268da724 Revert "pkg-get-bashcompletion: removed."
This reverts commit 3c282c4a6e.
2010-09-01 07:21:08 +00:00

17 lines
487 B
Plaintext

# Description: programmable bash completion for pkt-get
# URL: http://www.varlock.com
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: bash-completion, pkg-get
name=pkg-get-bashcompletion
version=0.4.5
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
}