updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / python-texthistory / PKGBUILD
blobd906e7d50e2f545a2d79762045dc6acf4659416e
1 # Maintainer: Dario Giovannetti <dev at dariogiovannetti dot com>
3 pkgname='python-texthistory'
4 pkgver='1.0.0pb1'
5 pkgrel=1
6 pkgdesc="A simple Python undo/redo engine for plain text and wxPython TextCtrl (PRE-BETA!)."
7 arch=('any')
8 url="https://github.com/kynikos/text-history"
9 license=('GPL3')
10 depends=('python')
11 source=("https://github.com/downloads/kynikos/text-history/$pkgname-$pkgver.tar.gz")
12 md5sums=('dfa5b3446524e2c5fb182de92a516622')
14 package() {
15     cd "$srcdir/$pkgname-$pkgver"
16     python setup.py install --prefix="/usr" --root="$pkgdir" --optimize=1