# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit git-r3 DESCRIPTION="All exploits from exploit-db.com" HOMEPAGE="http://www.exploit-db.com/" SRC_URI="" EGIT_REPO_URI="https://github.com/offensive-security/exploit-database" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86 ~arm" IUSE="" DEPEND="" RDEPEND="" src_install() { insinto /usr/share/exploits/$PN doins -r * dobin searchsploit }