From 76b5704f46d3e59e41ed5883d23dd0d4aa818f4c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 24 May 2010 22:02:28 +0200 Subject: updates Signed-off-by: Florian Pritz --- zsh-yaourt/PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 zsh-yaourt/PKGBUILD (limited to 'zsh-yaourt/PKGBUILD') diff --git a/zsh-yaourt/PKGBUILD b/zsh-yaourt/PKGBUILD new file mode 100644 index 0000000..7872c67 --- /dev/null +++ b/zsh-yaourt/PKGBUILD @@ -0,0 +1,18 @@ +# Contributor: Jakub Ruzicka +# Contributor: Javier ‘Phrodo_00’ Aravena + +pkgname=zsh-yaourt +pkgver=0.2.3 +pkgrel=1 +pkgdesc="ZSH functions to tab-complete repo package names for yaourt" +url="http://bitbucket.org/Phrodo_00/zsh-yaourt" +depends=(zsh) +source=(_yaourt) +arch=('i686' 'x86_64') +license=('GPL') +md5sums=('59f0f4ef24e736b484d6e4788ef03c39') + +build() { + mkdir -p $startdir/pkg/usr/share/zsh/site-functions/ + install -m644 _yaourt $startdir/pkg/usr/share/zsh/site-functions/_yaourt +} -- cgit v1.2.3-24-g4f1b