1 # Maintainer: Nic0 <nicolas.caen@gmail.com>
2 # Contributor: Nic0 <nicolas.caen@gmail.com>
7 pkgdesc="A python front end for pastebin.com use"
8 url="http://www.nicosphere.net/pygtkpaste-une-application-gui-pour-pastebin-com-1836/"
11 depends=('python2' 'pygtk')
12 source=(http://src.nicosphere.net/$pkgname/$pkgname-$pkgver.py)
13 md5sums=('7e9188c2a5a12860349fc7efd676bff9')
17 install -d ${pkgdir}/usr/bin
18 cp ${pkgname}-${pkgver}.py ${pkgdir}/usr/bin/${pkgname}
19 chmod +x ${pkgdir}/usr/bin/${pkgname}