20 lines
659 B
Bash
20 lines
659 B
Bash
# Template file for 'thc-hydra'
|
|
pkgname=thc-hydra
|
|
version=9.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
make_install_args="MANDIR=/share/man/man1"
|
|
makedepends="zlib-devel libressl-devel libidn-devel ncurses-devel pcre-devel
|
|
postgresql-libs-devel libmariadbclient-devel libssh-devel"
|
|
short_desc="Tool to guess/crack valid login/password pairs"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="AGPL-3.0-or-later"
|
|
homepage="https://github.com/vanhauser-thc/thc-hydra"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=ce08a5148c0ae5ff4b0a4af2f7f15c5946bc939a57eae1bbb6dda19f34410273
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|