Skip to content

Commit

Permalink
exploitdb-papers: new ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
linxon committed Sep 11, 2019
1 parent c2561f8 commit 8d6a98e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app-exploits/exploitdb-papers/exploitdb-papers-9999.ebuild
@@ -0,0 +1,22 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit eutils git-r3

DESCRIPTION="Exploit database's papers"
HOMEPAGE="http://www.exploit-db.com/"
EGIT_REPO_URI="https://github.com/offensive-security/exploitdb-papers"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
insinto "/usr/share/${PN}"
doins -r *
}

0 comments on commit 8d6a98e

Please sign in to comment.