mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-24 01:09:38 +01:00
20 lines
377 B
Bash
20 lines
377 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DESCRIPTION="Pentoo database attack meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
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
|
|
)
|
|
"
|