summaryrefslogtreecommitdiff
path: root/subversion-bashcompletion/Pkgfile
blob: 4c2fd976cfccaeac1086c64b9ad55f1ee69fcda8 (plain)
    1 # Packager:    Mathias Herzog, mathu at gmx dot ch
    2 # Maintainer:  Simone Rota, sip at crux dot nu
    3 # Description: programmable bash completion for subversion
    4 # URL:         http://subversion.tigris.org
    5 # Depends on:  bash-completion subversion 
    6 
    7 name=subversion-bashcompletion
    8 version=1.4.3
    9 release=1
   10 source=(http://svn.collab.net/repos/svn/tags/$version/tools/client-side/bash_completion)
   11 
   12 build() {
   13     install -D -m 755 bash_completion \
   14         $PKG/usr/lib/bash-completion/subversion_complete
   15 }

Generated by cgit