1 # Contributor: Marcus Fredriksson <drmegahertz@gmail.com>
5 pkgdesc="Track what you spend time on"
6 url="http://bitbucket.org/trevor/timebook/"
10 makedepends=('mercurial' 'python2-distribute')
15 _hgroot='http://bitbucket.org/trevor'
20 msg "Connecting to Mercurial server..."
22 if [ -d $_hgrepo ]; then
25 msg "The local files are updated."
27 hg clone ${_hgroot}/${_hgrepo}
31 msg "Mercurial checkout done or server timeout."
32 msg "Building package..."
33 python2 setup.py install --root="$startdir"/pkg --optimize=1 || return 1
35 msg "Adding documentation..."
36 install -D -m644 "$srcdir"/timebook/README "$pkgdir"/usr/share/doc/timebook/README