updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / lodgeit / PKGBUILD
blobb0f72322bc237b7ca19787bb3e2773f0eabc86ab
1 # Maintainer: Stefan J. Betz <info@stefan-betz.net>
3 pkgname=lodgeit
4 pkgver=0.3
5 pkgrel=2
6 pkgdesc="Pastes text files to http://paste.pocoo.org/"
7 depends=('python2')
8 optdepends=('xclip: to paste URLs to the clipboard')
9 arch=('any')
10 license=('GPL')
11 url="http://paste.pocoo.org/help/integration/"
12 source=(http://dev.pocoo.org/hg/lodgeit-main/raw-file/tip/scripts/lodgeit.py
13         python2.patch)
14 md5sums=('f88ed5c59bbf0d779d86526ac21a8f1c'
15          'b45c86578ff6264fd1da9cb400fd7812')
17 build() {
18         patch $srcdir/lodgeit.py $srcdir/python2.patch
19         install -D -m755 $srcdir/lodgeit.py $pkgdir/usr/bin/lodgeit