mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-16 03:41:09 +02:00
wifipumpkin3: pkgcheck fixes
This commit is contained in:
parent
97e1095e32
commit
cfaff4b5ac
2 changed files with 18 additions and 5 deletions
14
net-wireless/wifipumpkin3/metadata.xml
Normal file
14
net-wireless/wifipumpkin3/metadata.xml
Normal 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>
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue