4 pkgdesc="A wrapper on pacman that install few packages at a time. This is good if you have little free space (like I do on my Eee)"
5 url="http://github.com/boyska/pacatatime/"
8 depends=('python' 'pacman')
12 _gitroot="git://github.com/boyska/pacatatime.git"
18 msg "Connecting to git.freedesktop.org GIT server...."
20 if [ -d ${srcdir}/$_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
30 #git clone $_gitname $_gitname-build
31 #cd ${srcdir}/$_gitname-build
32 cd ${srcdir}/$_gitname
34 git checkout "remotes/origin/$_gitbranch"
37 install -D pacatatime.py "$pkgdir/usr/bin/pacatatime"