pentoo-overlay/app-exploits/packetstormexploits/packetstormexploits-2015.13.ebuild

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 *
}