1
0
forked from ports/opt

Revert "pkg-get-bashcompletion: removed."

This reverts commit 3c282c4a6e1f4ebbe2b00d151e7acaabe29771b7.
This commit is contained in:
Jose V Beneyto 2010-09-01 07:21:08 +00:00
parent 0358346c26
commit ba268da724
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/bash-completion/
-rwxr-xr-x root/root usr/lib/bash-completion/pkg-get_completion

View File

@ -0,0 +1 @@
5ee169f2f99fc501387219b6b96ca9ef pkg-get-0.4.5.tar.gz

View File

@ -0,0 +1,16 @@
# 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
}