1 # Contributor: Thomas Robinson <robinsthom@gmail.com>
5 pkgdesc="A test library for Robot Framework that enables SSH and SFTP"
7 url="http://code.google.com/p/robotframework-sshlibrary/"
9 depends=('python2' 'pycrypto' 'python-paramiko')
10 optdepends=('trilead: use with jython instead of paramiko')
11 source=("http://robotframework-sshlibrary.googlecode.com/files/SSHLibrary-$pkgver.tar.gz")
12 md5sums=('f92c592b077764daf53c3f578599018e')
16 cd "$srcdir/SSHLibrary-$pkgver"
17 python2 setup.py install --root=$startdir/pkg