mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-23 00:36:21 +01:00
21 lines
476 B
Bash
21 lines
476 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
|
|
DESCRIPTION="Search shellstorm shellcode repo"
|
|
HOMEPAGE="http://www.shell-storm.org/project/framework/"
|
|
SRC_URI="http://www.shell-storm.org/project/framework/files/framework-${PV}.py"
|
|
|
|
LICENSE="as-is"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86 arm"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
src_install() {
|
|
newbin "${DISTDIR}/framework-${PV}.py" shellstorm.py || die
|
|
}
|