1 # Contributor: Francesc Ortiz <francescortiz@gmail.com>
5 pkgdesc="A cached pacman implementation that boosts some pacman operations: faster searches, AND searches, aur support, colored output, system sanity check, frontend friendly and more..."
7 url="http://sourceforge.net/projects/tupac"
10 depends=('gcc' 'pacman' 'yaourt' 'php' 'libxml2')
18 source=(https://github.com/downloads/francescortiz/tupac/$pkgname-$pkgver.tar.gz)
20 md5sums=('f5211f9dcd1a26396e71d1d8886b511c')
23 cp -r $startdir/src/tupac/* $startdir/pkg/
25 chmod +x $pkgdir/usr/bin/tupac
27 mkdir -p $startdir/pkg/var/lib/tupac
29 chmod a+rwx $startdir/pkg/var/lib/tupac