add net-analyzer/h2spec, a http/2 conformance tester
This commit is contained in:
22
net-analyzer/h2spec/h2spec-2.1.0.ebuild
Normal file
22
net-analyzer/h2spec/h2spec-2.1.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Conformance testing tool for HTTP/2 implementation"
|
||||
HOMEPAGE="https://github.com/summerwind/h2spec/"
|
||||
SRC_URI="https://github.com/summerwind/h2spec/releases/download/v${PV}/h2spec_linux_amd64.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
dobin h2spec
|
||||
}
|
||||
Reference in New Issue
Block a user