opt/pkg-get-bashcompletion/Pkgfile

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
}