contrib/thc-hydra/Pkgfile

23 lines
462 B
Plaintext
Raw Normal View History

2012-12-24 02:12:39 +01:00
# 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
2017-05-08 02:17:05 +02:00
version=8.5
2012-12-24 02:12:39 +01:00
release=1
2017-06-22 00:42:47 +02:00
source=(https://github.com/vanhauser-thc/thc-hydra/archive/v$version.tar.gz)
2012-12-24 02:12:39 +01:00
build() {
2017-06-22 00:42:47 +02:00
cd $name-$version
2012-12-24 02:12:39 +01:00
sed -i 's/dummy_ssh/dummy_sshkey/' hydra-sshkey.c
./configure --prefix=$PKG/usr
2017-06-22 00:42:47 +02:00
2012-12-24 02:12:39 +01:00
make
make install
}