mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
set: pkgcheck fixes
This commit is contained in:
parent
72c4eca20c
commit
e7359e9746
2 changed files with 20 additions and 5 deletions
15
net-analyzer/set/metadata.xml
Normal file
15
net-analyzer/set/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>noone@pentoo.org</email>
|
||||
<name>No one</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">trustedsec/social-engineer-toolkit</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="ettercap">Add support for using ettercap</flag>
|
||||
<flag name="wireless">Add support for wifi attacks</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -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
|
||||
|
|
@ -19,16 +19,19 @@ SRC_URI="https://github.com/trustedsec/social-engineer-toolkit/archive/${PV}.tar
|
|||
#very broken
|
||||
#KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="+ettercap +wireless"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/lib/set/src/payloads/ratte/ratteserver
|
||||
usr/lib/set/src/payloads/set_payloads/shell.linux
|
||||
"
|
||||
|
||||
RDEPEND="virtual/jdk
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
virtual/jdk
|
||||
net-analyzer/metasploit
|
||||
dev-python/pexpect
|
||||
net-misc/wget
|
||||
|
|
@ -40,9 +43,6 @@ RDEPEND="virtual/jdk
|
|||
|| ( mail-mta/ssmtp
|
||||
mail-mta/postfix
|
||||
mail-mta/sendmail )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
python_fix_shebang .
|
||||
|
|
|
|||
Loading…
Reference in a new issue