# 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="" RESTRICT="fetch" DEPEND="" RDEPEND="!app-exploits/packetstormexploits:0" S="${WORKDIR}" pkg_nofetch() { einfo "Upstream's certificate chain is incomplete. Run the following command:" einfo "wget \"${SRC_URI}\" --no-check-certificate" einfo "and move the file into ${DISTDIR}" } src_install() { insinto /usr/share/exploits/${PN}/ doins -r * }