mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
25 lines
511 B
Bash
25 lines
511 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="Archive of packetstorm exploits"
|
|
HOMEPAGE="http://packetstormsecurity.net"
|
|
#Use yearly archivers
|
|
SRC_URI="https://dl.packetstormsecurity.net/1512-exploits/2015-exploits.tgz"
|
|
|
|
LICENSE="HPND"
|
|
SLOT="2015"
|
|
KEYWORDS="amd64 x86 arm"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="!app-exploits/packetstormexploits:0"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
src_install() {
|
|
insinto /usr/share/exploits/${PN}/
|
|
doins -r *
|
|
}
|