mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
fern-wifi-crack: pkgcheck scan
This commit is contained in:
parent
15bce68b11
commit
12ef87a212
2 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -12,10 +12,12 @@ DESCRIPTION="Wireless tool for WEP/WPA cracking and WPS keys recovery"
|
|||
HOMEPAGE="https://github.com/savio-code/fern-wifi-cracker"
|
||||
SRC_URI="https://github.com/savio-code/fern-wifi-cracker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${P}/Fern-Wifi-Cracker"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="dict policykit"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
|
|
@ -29,8 +31,6 @@ RDEPEND="${DEPEND}
|
|||
|| ( net-wireless/reaver-wps-fork-t6x net-wireless/reaver )
|
||||
policykit? ( sys-auth/polkit )"
|
||||
|
||||
S="${WORKDIR}/${P}/Fern-Wifi-Cracker"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,4 +8,7 @@
|
|||
<use>
|
||||
<flag name="dict">Add support <pkg>sys-apps/cracklib-words</pkg> (large set of crack/cracklib dictionaries)</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">savio-code/fern-wifi-cracker</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
Loading…
Reference in a new issue