mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
armitage: version bump to 12.13.10
This commit is contained in:
parent
128dbf2a9f
commit
44680b9e33
2 changed files with 39 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
DIST armitage112510.tgz 1499871 RMD160 e54d185491714ed24a8ba60c078aa0b41a0551c2 SHA1 3fbbd9f20d3928cfa6845054d32419a7be13b16f SHA256 e090a1f8a17501a059703539c8e0f7aa9952f042701a7f6426ebbdd8a583a400
|
||||
DIST armitage121310.tgz 3112963 RMD160 b688bff0e8cbf7a3a0f608eafbd5a9cbfa9d6529 SHA1 468d9f226b7283bcf7da8faa3a3e1087a7258da7 SHA256 78be0a22b84abf62c3c05000019ab0a0631314855241ac1cc4be2f1d25b57df2
|
||||
EBUILD armitage-11.25.10.ebuild 890 RMD160 23643d029ec47877c20d0a312121b36f4eac74eb SHA1 2ebcb4cb6db900aa24d4b97491a12536da978b40 SHA256 254c2b1e13e299d1b0f7343325351cce6ae35883eebf0e5e5b2fab99b3fec9b9
|
||||
EBUILD armitage-12.13.10.ebuild 890 RMD160 23643d029ec47877c20d0a312121b36f4eac74eb SHA1 2ebcb4cb6db900aa24d4b97491a12536da978b40 SHA256 254c2b1e13e299d1b0f7343325351cce6ae35883eebf0e5e5b2fab99b3fec9b9
|
||||
|
|
|
|||
37
net-analyzer/armitage/armitage-12.13.10.ebuild
Normal file
37
net-analyzer/armitage/armitage-12.13.10.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-proxy/burpproxy/burpproxy-1.3_beta.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
|
||||
|
||||
inherit versionator
|
||||
|
||||
MY_PV=$(delete_all_version_separators)
|
||||
|
||||
MY_P="${PN}${MY_PV}"
|
||||
|
||||
DESCRIPTION="A graphical cyber attack management tool for Metasploit"
|
||||
HOMEPAGE="http://www.fastandeasyhacking.com/"
|
||||
SRC_URI="http://www.fastandeasyhacking.com/download/${MY_P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/jre
|
||||
net-analyzer/metasploit"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
src_compile() {
|
||||
einfo "Nothing to compile"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${D}"/opt/${PN}
|
||||
cp -a ${PN}.jar "${D}"/opt/${PN}
|
||||
cp -a ${PN}-logo.png "${D}"/opt/${PN}
|
||||
dodoc *.txt
|
||||
echo -e "#!/bin/sh \njava -jar -Xmx256m /opt/${PN}/${PN}.jar\n" > "${PN}"
|
||||
dobin ${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue