pentoo-overlay/app-exploits/shellstorm/shellstorm-9999.ebuild
2013-03-11 04:42:12 +00:00

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
}