summaryrefslogtreecommitdiff
path: root/subversion-bashcompletion/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 /subversion-bashcompletion/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'subversion-bashcompletion/Pkgfile')
-rw-r--r--subversion-bashcompletion/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/subversion-bashcompletion/Pkgfile b/subversion-bashcompletion/Pkgfile
new file mode 100644
index 000000000..ac25f4773
--- /dev/null
+++ b/subversion-bashcompletion/Pkgfile
@@ -0,0 +1,15 @@
+# Packager: Mathias Herzog, mathu at gmx dot ch
+# Maintainer: Johannes Winkelmann, jw at tks6 dot net
+# Description: programmable bash completion for subversion
+# URL: http://subversion.tigris.org
+# Depends on: bash-completion subversion
+
+name=subversion-bashcompletion
+version=1.1.0
+release=1
+source=(http://svn.collab.net/repos/svn/tags/$version/tools/client-side/bash_completion)
+
+build() {
+ install -D -m 755 bash_completion \
+ $PKG/usr/lib/bash-completion/subversion_complete
+}

Generated by cgit