wifipumpkin3: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 18:08:33 -04:00
parent 97e1095e32
commit cfaff4b5ac
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 18 additions and 5 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<use>
<flag name="tools">Install extra tools for additional functionality</flag>
</use>
<upstream>
<remote-id type="github">P0cL4bs/wifipumpkin3</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,17 +1,18 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PV="${PV/_p/-R}"
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Framework for Rogue Wi-Fi Access Point Attack"
HOMEPAGE="https://github.com/P0cL4bs/wifipumpkin3"
SRC_URI="https://github.com/P0cL4bs/wifipumpkin3/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@ -46,13 +47,11 @@ RDEPEND="${PYTHON_DEPS}
net-wireless/iw
net-analyzer/responder
net-wireless/wireless-tools
net-wireless/hostapd[wpe]
net-wireless/hostapd[wpe(-)]
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"
src_prepare() {
#FIXME: give up, fix all deps
echo "netifaces" > requirements.txt