1 # Maintainer: Antoine Lubineau <antoine@lubignon.info>
6 pkgdesc="An AutoSSH tunnel monitor"
8 url="http://sourceforge.net/projects/ereshkigal/"
10 depends=('autossh' 'python2')
11 source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz/download")
12 sha256sums=('33702c2e17824e513559084627af7da6c666da3d8463bf444e37f2b1e2ed9ecf')
15 cd "$srcdir/${pkgname}_$pkgver"
16 sed 's|/usr/bin/python|/usr/bin/python2|g' -i ereshkigal.py
17 install -D ereshkigal.py "$pkgdir/usr/bin/$pkgname"
20 # vim:set ts=2 sw=2 et: