summaryrefslogtreecommitdiff
path: root/bash-completion/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /bash-completion/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'bash-completion/Pkgfile')
-rw-r--r--bash-completion/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/bash-completion/Pkgfile b/bash-completion/Pkgfile
new file mode 100644
index 000000000..2713cf043
--- /dev/null
+++ b/bash-completion/Pkgfile
@@ -0,0 +1,15 @@
+# Maintainer: Johannes Winkelmann, jw at tks6 dot net
+# URL: http://www.caliban.org/bash/index.shtml#completion
+# Description: Bash completion functions
+
+name=bash-completion
+version=20050721
+release=1
+source=(http://www.caliban.org/files/bash/$name-$version.tar.gz init_bc)
+
+build() {
+ mkdir -p $PKG/usr/share/bash-completion
+ cp bash_completion/bash_completion $PKG/usr/share/bash-completion
+ install -m 0755 init_bc $PKG/usr/share/bash-completion
+ install -d -m 0755 $PKG/usr/lib/bash-completion
+}

Generated by cgit