# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Password cracker for PEM/MSSQL/GPG and SSH/HTTP-RAW attacker"
HOMEPAGE="http://www.leidecker.info/projects/phrasendrescher"
SRC_URI="http://www.leidecker.info/projects/phrasendrescher/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	dev-libs/openssl
	app-crypt/gpgme
	net-libs/libssh2"
RDEPEND="${DEPEND}"
BDEPEND=""

src_compile(){
	econf --with-plugins
}