1 # Maintainer: Gordin <9ordin @t gmail dot com>
7 pkgdesc='Python bindings for the Growl Notification Transport Protocol'
9 url='http://kungfudiscomonkey.net/gntp/'
12 source=("http://pypi.python.org/packages/source/g/${_name}/${_name}-${pkgver}.tar.gz"
13 "https://github.com/kfdm/gntp/raw/master/LICENSE")
14 sha256sums=('7999f963549454a5c31a846266ac204a8be956ac404197f8f0541f845a32f7c8'
15 '5989159d838110be18ea336f4b287823924b8b96059d6106cbc14f8c5a15d182')
18 cd ${srcdir}/${_name}-${pkgver}
19 python2 setup.py install --root=${pkgdir}
20 install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"