summaryrefslogtreecommitdiff
path: root/bash-completion/Pkgfile
blob: 2713cf043c50db8d9baca417319c56e0d71387c4 (plain)
    1 # Maintainer:  Johannes Winkelmann, jw at tks6 dot net
    2 # URL:         http://www.caliban.org/bash/index.shtml#completion
    3 # Description: Bash completion functions
    4 
    5 name=bash-completion
    6 version=20050721
    7 release=1
    8 source=(http://www.caliban.org/files/bash/$name-$version.tar.gz init_bc)
    9 
   10 build() {
   11     mkdir -p $PKG/usr/share/bash-completion
   12     cp bash_completion/bash_completion $PKG/usr/share/bash-completion
   13     install -m 0755 init_bc $PKG/usr/share/bash-completion
   14     install -d -m 0755 $PKG/usr/lib/bash-completion
   15 }

Generated by cgit