1 # Contributor: Ryan Coyner <rcoyner@gmail.com>
2 pkgname=conky-google-reader
5 pkgdesc="A script to display the count of unread Google Reader feeds in conky."
7 url="https://code.launchpad.net/~m-buck/+junk/conkygooglereader"
10 install=$pkgname.install
11 source=(https://launchpad.net/%7Em-buck/+archive/conky/+files/conkygooglereader_$pkgver.tar.gz)
12 md5sums=('8ebb98464ef010e4b4f14b65a546c4b3')
16 python setup.py build || return 1
17 python setup.py install --root=$pkgdir || return 1
18 install -D -m644 README $pkgdir/usr/share/conkygooglereader/README || return 1