mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
bonesi ebuild
This commit is contained in:
parent
2d23eccf7a
commit
21b3c04bfc
1 changed files with 23 additions and 0 deletions
23
net-analyzer/bonesi/bonesi-9999.ebuild
Normal file
23
net-analyzer/bonesi/bonesi-9999.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
inherit toolchain-funcs git-r3
|
||||
|
||||
DESCRIPTION="BoNeSi - the DDoS Botnet Simulator"
|
||||
HOMEPAGE="https://github.com/Markus-Go/bonesi"
|
||||
SRC_URI=""
|
||||
|
||||
EGIT_REPO_URI="https://github.com/Markus-Go/bonesi.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/bonesi"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
Loading…
Reference in a new issue