bonesi ebuild

This commit is contained in:
ostree 2015-10-05 14:21:55 +01:00
parent 2d23eccf7a
commit 21b3c04bfc

View 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}"