1 # Maintainer: Gabriel Fornaeus <gf@hax0r.se>
2 # Contributor: Gabriel Fornaeus <gf@hax0r.se>
7 pkgdesc="Allows you to access you Google Calendar from a command line, git version"
9 url="http://code.google.com/p/gcalcli/"
11 depends=('python-gdata' 'python-dateutil')
16 _gitroot="https://code.google.com/p/gcalcli"
17 _gitname="gcalcli-git"
22 msg "Connecting to GIT server..."
23 if [[ -d ${_gitname} ]]; then
24 (cd ${_gitname} && git pull origin)
26 git clone ${_gitroot} ${_gitname}
28 msg "GIT checkout done or server timeout"
31 install -D -m755 gcalcli ${pkgdir}/usr/bin/gcalcli