summaryrefslogtreecommitdiff
path: root/git-bashcompletion/Pkgfile
blob: fa9a362c495ac78f6712d78a42f2dbf6cc242ce3 (plain)
    1 # Description: programmable bash completion for git
    2 # URL:         https://git-scm.com
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  bash-completion git
    5 
    6 name=git-bashcompletion
    7 version=2.19.1
    8 release=1
    9 source=()
   10 
   11 build() {
   12   wget http://repo.or.cz/git.git/blob_plain/refs/tags/v${version}:/contrib/completion/git-completion.bash
   13   install -D -m 644 git-completion.bash \
   14   $PKG/usr/share/bash-completion/completions/git
   15 }

Generated by cgit