mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
25 lines
454 B
Bash
25 lines
454 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="4"
|
|
|
|
inherit subversion
|
|
|
|
DESCRIPTION="All exploits from exploit-db.com"
|
|
HOMEPAGE="http://www.exploit-db.com/"
|
|
SRC_URI=""
|
|
ESVN_REPO_URI="svn://svn.exploit-db.com/exploitdb"
|
|
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~arm"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
src_install() {
|
|
insinto /usr/share/exploits/$PN
|
|
doins -r *
|
|
}
|