pentoo-overlay/pentoo/pentoo-forging/pentoo-forging-2022.2.ebuild
2022-07-30 22:37:04 -04:00

28 lines
524 B
Bash

# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Pentoo forging meta ebuild"
HOMEPAGE="http://www.pentoo.ch"
SLOT="0"
LICENSE="GPL-3"
IUSE="pentoo-extra pentoo-full"
KEYWORDS="~amd64 ~arm ~x86"
PDEPEND="
net-analyzer/hping
net-analyzer/macchanger
pentoo-full? (
net-analyzer/fragroute
net-analyzer/hyenae
net-misc/ipsorcery
)
pentoo-extra? (
net-analyzer/gspoof
net-analyzer/isic
net-analyzer/packit
net-analyzer/rain
)
"