1 # Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
5 pkgdesc="An easy to use desktop tool to quickly create and destroy SSH tunnels and launch commands based on a preconfigured setup."
7 url="http://kde-apps.org/content/show.php/IOSSHy?content=119689"
9 depends=('python2-qt' 'python2-setproctitle' 'python-paramiko' 'python-keyring' 'pycrypto')
10 makedepends=('python2-distribute')
11 optdepends=('kdebindings-python: KDE integration')
12 source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/$pkgname/tarball/v$pkgver iosshy.desktop)
14 cd $srcdir/mtorromeo-iosshy-ef4ee08
16 python2 setup.py install --root=$pkgdir
17 install -m0644 -D $srcdir/iosshy.desktop $pkgdir/usr/share/applications/iosshy.desktop
18 install -D LICENSE $pkgdir/usr/share/licenses/iosshy/COPYING
20 md5sums=('cea37a4e040f6ee197f4535c169ea864'
21 '5c74b88b69a7b13c1dae274f8edc938d')