summaryrefslogtreecommitdiff
path: root/pcr/zsh-yaourt
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-14 11:07:38 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-14 11:07:38 +0100
commitc8a6e62e24256833cac740194205534c19c4e86a (patch)
tree49773e0db190489895974b0522c010636ea45b9c /pcr/zsh-yaourt
parentc0a02f08d66969b92325d421354f4def5c23f84c (diff)
parent6fa5f08247aef1f757f376ef12bd4a6257c124f2 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Diffstat (limited to 'pcr/zsh-yaourt')
-rw-r--r--pcr/zsh-yaourt/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
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 <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
+}