pentoo-overlay/app-exploits/exploitdb-papers/exploitdb-papers-9999.ebuild
2019-09-11 14:30:54 +03:00

22 lines
400 B
Bash

# 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 *
}