1 # Contributor: raubkopierer <mail[dot]sensenmann[at]googlemail[dot]com>
5 pkgdesc="crumbled chatclient written in python"
6 url="http://github.com/Jem777/rattlekekz"
9 depends=('python2' 'twisted' 'python-urwid' 'pyopenssl' 'python2-bert-git')
10 makedepends=('git' 'python2')
12 _gitroot="git://github.com/Jem777/rattlekekz.git"
17 msg "Connecting to github.com GIT server...."
19 if [ -d ${srcdir}/$_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
26 msg "GIT checkout done or server timeout"
27 msg "Starting make..."
29 cd ${srcdir}/${_gitname}
30 python2 setup.py install --prefix ${pkgdir}/usr