From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- zsh-yaourt/PKGBUILD | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 zsh-yaourt/PKGBUILD (limited to 'zsh-yaourt/PKGBUILD') diff --git a/zsh-yaourt/PKGBUILD b/zsh-yaourt/PKGBUILD deleted file mode 100644 index 7872c67..0000000 --- a/zsh-yaourt/PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -# 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