mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 12:54:15 +01:00
25 lines
551 B
Bash
25 lines
551 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="4"
|
|
PYTHON_DEPEND="2"
|
|
inherit git-2 python
|
|
|
|
DESCRIPTION="Search and display all shellcodes in shell-storm database."
|
|
HOMEPAGE="http://www.shell-storm.org/project/shell-storm-API/"
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="https://github.com/JonathanSalwan/shell-storm-api.git"
|
|
|
|
LICENSE="GPL-3+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~arm"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
src_install() {
|
|
newbin "shell-storm-api.py" shellstorm.py
|
|
dodoc README.md
|
|
}
|