updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / zsh-bauerbill / PKGBUILD
blob6222e56d9780459e74a79f6d407e4825af9a4c02
1 # Contributor: Jakub Ruzicka <yaccobb@centrum.cz>
2 # Contributor: Javier ‘Phrodo_00’ Aravena <phrodo.00@gmail.com>
3 # Remake for bauerbill: strafer <strafer at ufaley dot su>
5 pkgname=zsh-bauerbill
6 pkgver=0.2.3
7 pkgrel=1
8 pkgdesc="ZSH functions to tab-complete repo package names for bauerbill (using sources from zsh-yaourt package)."
9 url="http://www.zsh.org/"
10 depends=(zsh)
11 source=(http://aur.archlinux.org/packages/zsh-yaourt/zsh-yaourt/_yaourt)
12 arch=('i686' 'x86_64')
13 license=('GPL')
15 build() {
16   cp $srcdir/_yaourt $srcdir/_bauerbill
17   sed -i 's/yaourt/bauerbill/g' $srcdir/_bauerbill
19   mkdir -p $startdir/pkg/usr/share/zsh/site-functions/
21   cd $srcdir
22   install -m644 _bauerbill $startdir/pkg/usr/share/zsh/site-functions/_bauerbill
24 md5sums=('59f0f4ef24e736b484d6e4788ef03c39')