pentoo-overlay/net-wireless/pyrit/pyrit-0.5.0_p20180801.ebuild

38 lines
867 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
MY_PN="${PN^}"
MY_PV="2d46f819cfa396de0137ad68c3a565e5e8bc81a8"
DESCRIPTION="GPU-accelerated attack against WPA-PSK authentication"
HOMEPAGE="https://github.com/JPaulMora/Pyrit"
SRC_URI="https://github.com/JPaulMora/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cuda opencl test"
DEPEND="dev-libs/openssl
net-libs/libpcap
test? ( >=net-analyzer/scapy-2[${PYTHON_USEDEP}] )"
RDEPEND=">=net-analyzer/scapy-2
opencl? ( net-wireless/cpyrit-opencl )
cuda? ( net-wireless/cpyrit-cuda )"
S="${WORKDIR}/${MY_PN}-${MY_PV}"
pkg_setup() {
python-single-r1_pkg_setup
}
src_test() {
cd test
"${PYTHON}" test_pyrit.py
}