summaryrefslogtreecommitdiff
path: root/git-bashcompletion/Pkgfile
blob: 26cd2aa8c733a5a39dd2476d6ce445ccf4e128a1 (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.12.2
    8 release=1
    9 source=(http://repo.or.cz/git.git/blob_plain/refs/tags/v${version}:/contrib/completion/git-completion.bash)
   10 
   11 build() {
   12   install -D -m 644 git-completion.bash \
   13   $PKG/usr/share/bash-completion/completions/git
   14 }

Generated by cgit