1 # Maintainer: Andrew Black <agwblack at gmail dot com>
5 pkgdesc="An applet for preventing procastination based on the Pomodoro Technique"
7 url="https://gitorious.org/tomate/pages/Home"
9 depends=(python2 pygtk)
13 _gitroot="https://git.gitorious.org/tomate/tomate.git"
18 if test -d "$pkgname"; then
26 mkdir -p "$pkgdir/usr/share/tomate"
27 mkdir -p "$pkgdir/usr/bin"
28 install -Dm0755 *.{png,svg,py} "$pkgdir/usr/share/tomate/"
29 ln -s "/usr/share/tomate/tomate.py" "$pkgdir/usr/bin/tomate"