pentoo-overlay/pentoo/pentoo-database/pentoo-database-2022.2.ebuild
2023-10-03 14:50:48 -04:00

20 lines
379 B
Bash

# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Pentoo database attack meta ebuild"
HOMEPAGE="https://www.pentoo.org"
KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
LICENSE="GPL-3"
IUSE="pentoo-full"
S="${WORKDIR}"
PDEPEND="
dev-db/sqlmap
dev-db/sqlitebrowser
pentoo-full? (
net-analyzer/sqlninja
)
"