mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-05 15:22:38 +01:00
23 lines
473 B
Bash
23 lines
473 B
Bash
# 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}"
|
|
|