opt/pkg-get-bashcompletion/Pkgfile

17 lines
487 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: programmable bash completion for pkt-get
2006-06-03 13:28:06 +02:00
# URL: http://www.varlock.com
2006-04-13 23:43:04 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: bash-completion, pkg-get
name=pkg-get-bashcompletion
version=0.4.5
2006-02-23 16:26:10 +01: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
}