# Description: fast network logon cracker # URL: http://thc.org/thc-hydra # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: # Nice to have: mysql, libssh, libidn, libssh, gtk name=thc-hydra version=8.5 release=1 source=(https://github.com/vanhauser-thc/thc-hydra/archive/v$version.tar.gz) build() { cd $name-$version sed -i 's/dummy_ssh/dummy_sshkey/' hydra-sshkey.c ./configure --prefix=$PKG/usr make make install }