1 # Contributor: Hylix <hylixx@gmail.com>
5 pkgdesc="Cross-platform mouse control with Python"
6 url="http://github.com/pepijndevos/PyMouse/"
9 depends=('python2' 'python-xlib')
16 _gitroot="git://github.com/pepijndevos/PyMouse"
20 msg "Connecting to github.com GIT server...."
22 if [ -d $startdir/src/$_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
33 python2 setup.py install --root=${pkgdir} --prefix=/usr || return 1