pentoo-overlay/pentoo/pentoo-database/pentoo-database-2018.2.ebuild
Rick Farina (Zero_Chaos) 551fe8f7ea
minipentoo->pentoo-full
2018-07-26 22:53:16 -04:00

23 lines
432 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
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
dev-db/minimysqlator
dev-db/mssqlscan
)
"