From 6fa5f08247aef1f757f376ef12bd4a6257c124f2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Nov 2012 01:13:06 -0800 Subject: Wed Nov 14 01:13:05 PST 2012 --- pcr/zsh-yaourt/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pcr/zsh-yaourt/PKGBUILD (limited to 'pcr/zsh-yaourt') diff --git a/pcr/zsh-yaourt/PKGBUILD b/pcr/zsh-yaourt/PKGBUILD new file mode 100644 index 000000000..af6541183 --- /dev/null +++ b/pcr/zsh-yaourt/PKGBUILD @@ -0,0 +1,21 @@ +# Contributor: Jakub Ruzicka +# Contributor: Javier `Phrodo_00' Aravena +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres + +pkgname=zsh-yaourt +pkgver=20110403 +_laststablerev=497acb78fe6b +pkgrel=3 +pkgdesc="ZSH functions to tab-complete repo package names for yaourt" +url="http://bitbucket.org/Phrodo_00/zsh-yaourt" +depends=(zsh) +source=("https://bitbucket.org/Phrodo_00/${pkgname}/get/${_laststablerev}.tar.gz") +arch=('i686' 'x86_64') +license=('GPL') +md5sums=('ac80ec05fa12e53fc8c58e5178609a6b') + +package() { + cd ${srcdir}/Phrodo_00-${pkgname}-${_laststablerev} + install -d -m755 ${pkgdir}/usr/share/zsh/site-functions/ + install -m644 _yaourt $startdir/pkg/usr/share/zsh/site-functions/_yaourt +} -- cgit v1.2.3-54-g00ecf