summaryrefslogtreecommitdiff
path: root/pcr/zsh-yaourt
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/zsh-yaourt
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/zsh-yaourt')
-rw-r--r--pcr/zsh-yaourt/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/zsh-yaourt/PKGBUILD b/pcr/zsh-yaourt/PKGBUILD
deleted file mode 100644
index af6541183..000000000
--- a/pcr/zsh-yaourt/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Jakub Ruzicka <yaccobb@centrum.cz>
-# Contributor: Javier `Phrodo_00' Aravena <phrodo.00@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-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
-}