mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
20 lines
379 B
Bash
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
|
|
)
|
|
"
|