From bdea7e6c6a535e57a07d376a3139d0788efaaa41 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Thu, 23 Feb 2006 15:26:10 +0000 Subject: create branch for 2.2 --- subversion-bashcompletion/Pkgfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 subversion-bashcompletion/Pkgfile (limited to 'subversion-bashcompletion/Pkgfile') 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 +} -- cgit v1.2.3