pentoo-overlay/app-exploits/packetstormexploits/packetstormexploits-2016.13.ebuild
2017-01-15 16:08:01 +08:00

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/1612-exploits/2016-exploits.tgz"
LICENSE="HPND"
SLOT="2016"
KEYWORDS="amd64 x86 arm"
IUSE=""
DEPEND=""
RDEPEND="!app-exploits/packetstormexploits:0"
S="${WORKDIR}"
src_install() {
insinto /usr/share/exploits/${PN}/
doins -r *
}