AUR (en) - percol-git

Latest Comments

anekos commented on 2015-04-19 01:34

> myuhe

Thanks.
I added them.

myuhe commented on 2015-04-19 00:14

This package depends python2-six and python2-setuptools ?

anekos commented on 2015-03-21 17:59

> csantosb

Thanks.
I have added them.

Lompik commented on 2015-03-21 17:03

To make it work, I copied install part (all prepare, package and build functions) of PKGBUILD from aur/percol and fixed all the cd's path.

csantosb commented on 2015-01-07 14:58

I think you need to add 'zsh' to the depends array.

Then, wouldn't it be useful to add percol provided functions as a zsh plugin ?

package () {
cd $srcdir/$_pkgname
python2 setup.py install --prefix="$pkgdir/usr"
install -Dm0644 "$srcdir/$_pkgname/tools/zsh/_percol" "$pkgdir/usr/share/zsh/site-functions/_percol"
install -Dm0644 "$srcdir/$_pkgname/tools/zsh/percol.zsh" "$pkgdir/usr/share/zsh/plugins/percol/percol.plugin.zsh"
}