19 lines
640 B
Bash
19 lines
640 B
Bash
# Template file for 'thc-hydra'
|
|
pkgname=thc-hydra
|
|
version=8.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 libmysqlclient-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=7c615622d9d22a65b007e545f2d85da06c422a042f720bd6c5578a1844dec40e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|