contrib/thc-hydra/Pkgfile
2017-06-22 00:42:47 +02:00

23 lines
462 B
Plaintext

# 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
}