1 # Maintainer: Yannick Schaefer <m00n(at)chillaz-net.de>
5 pkgdesc="A twitter client using pyqt & qml"
7 url="http://www.github.com/m00n/mutc"
10 depends=('python2-qt' 'python2-tweepy-git' 'python2-logbook' 'python2-path')
12 _gitroot="git://github.com/m00n/mutc.git"
17 msg "Connecting to GIT server...."
19 if [ -d $_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
23 git clone $_gitroot $_gitname
26 msg "GIT checkout done or server timeout"
30 python2 setup.py build
31 python2 setup.py install --root=$pkgdir