pentoo-overlay/app-exploits/shellstorm/shellstorm-9999.ebuild

26 lines
633 B
Bash

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit git-r3 python-r1
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"
EGIT_REPO_URI="https://github.com/MasterMind555/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
}