# Contributor: Ryan Coyner # Maintainer: Nathan Owe pkgname=conky-email pkgver=2.14 pkgrel=3 pkgdesc="A simple script to display the count of emails in conky." arch=('i686' 'x86_64') url="https://launchpad.net/~conky-companions" license=('GPL') depends=('python') install=${pkgname}.install source=(https://launchpad.net/~conky-companions/+archive/ppa/+files/conkyemail_${pkgver}.tar.gz) md5sums=('37e4b99c626c9c354b6309ff7880db7b') build() { cd ${srcdir}/src python setup.py build } package() { cd ${srcdir}/src python setup.py install --root=${pkgdir} install -Dm644 README ${pkgdir}/usr/share/conkyemail/README }