# Maintainer: Elio Esteves Duarte pkgname=tomate-indicator-plugin pkgver=0.5.0 pkgrel=1 pkgdesc="Tomate plugin that shows the session progress in indicator" arch=('any') url="https://github.com/eliostvs/tomate-gtk" license=('GPL') depends=('gtk-update-icon-cache' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'python' 'tomate-gtk') makedepends=('python-setuptools') options=(!emptydirs) source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz") md5sums=('db1d69d4ce1ee8c3ded826c9a297b01e') install=tomate-indicator-plugin.install package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE" } # vim:set ts=2 sw=2 et: