mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-12 18:01:14 +02:00
exploitdb-papers: new ebuild
This commit is contained in:
parent
c2561f8864
commit
8d6a98e83c
1 changed files with 22 additions and 0 deletions
22
app-exploits/exploitdb-papers/exploitdb-papers-9999.ebuild
Normal file
22
app-exploits/exploitdb-papers/exploitdb-papers-9999.ebuild
Normal file
|
|
@ -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 *
|
||||
}
|
||||
Loading…
Reference in a new issue