summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/slowhttptest/slowhttptest-1.9.0.ebuild')
-rw-r--r--net-analyzer/slowhttptest/slowhttptest-1.9.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/slowhttptest/slowhttptest-1.9.0.ebuild b/net-analyzer/slowhttptest/slowhttptest-1.9.0.ebuild
new file mode 100644
index 0000000..39d7eec
--- /dev/null
+++ b/net-analyzer/slowhttptest/slowhttptest-1.9.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=8
+
+DESCRIPTION="Application Layer DoS attack simulator"
+HOMEPAGE="http://code.google.com/p/slowhttptest"
+SRC_URI="https://github.com/shekyan/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"