1 # Contributer: N30N <archlinux@alunamation.com>
6 pkgdesc="A ncurses Atom/RSS/RDF aggregator"
7 url="http://codezen.org/canto/"
10 makedepends=("python2" "git")
11 depends=("ncurses" "python2" "python2-chardet")
12 optdepends=("python2-feedparser: instead of built-in")
16 _gitroot="git://codezen.org/git/canto"
20 msg "Connecting to the GIT server...."
21 if [ -d $_gitname ]; then
22 (cd $_gitname && git pull origin)
23 rm -rf ${_gitname}-build
28 cp -r ${_gitname} ${_gitname}-build
31 msg "Starting build process."
32 python2 setup.py install --root=${pkgdir}