Revert "pkg-get-bashcompletion: removed."
This reverts commit 3c282c4a6e1f4ebbe2b00d151e7acaabe29771b7.
This commit is contained in:
parent
0358346c26
commit
ba268da724
4
pkg-get-bashcompletion/.footprint
Normal file
4
pkg-get-bashcompletion/.footprint
Normal 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
|
1
pkg-get-bashcompletion/.md5sum
Normal file
1
pkg-get-bashcompletion/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
5ee169f2f99fc501387219b6b96ca9ef pkg-get-0.4.5.tar.gz
|
16
pkg-get-bashcompletion/Pkgfile
Normal file
16
pkg-get-bashcompletion/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user