gentoo/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
Sam James 6f251abd0a
www-nginx/ngx-echo: Stabilize 0.63 arm64, #966811
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-29 16:53:12 +00:00

28 lines
724 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="echo-nginx-module"
NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
NGINX_MOD_OPENRESTY_TESTS=1
NGINX_MOD_TEST_LOAD_ORDER=(
www-nginx/ngx-lua-module
www-nginx/ngx-xss
)
inherit nginx-module
DESCRIPTION='An NGINX module bringing the power of "echo", "sleep", "time" and more to NGINX'
HOMEPAGE="https://github.com/openresty/echo-nginx-module"
SRC_URI="
https://github.com/openresty/echo-nginx-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm64"
# Tests require NGINX to be built with debugging log enabled.
BDEPEND="test? ( www-servers/nginx[debug(-)] )"