www-nginx/ngx-ja4 - 1 (bes)

Search

Install

Install this version:

emerge -a =www-nginx/ngx-ja4-1

Package Information

Description:
NGINX module
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1 8 amd64 arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit nginx-module

COMMIT="8e048f8b15864a678ebdfbe089b67d96b03b4e3c"

DESCRIPTION="NGINX module"
HOMEPAGE=""
SRC_URI="
 https://github.com/bes-internal/ja4-nginx-module/archive/${COMMIT}.zip -> ja4-nginx-module-${COMMIT}.zip
"

S="${WORKDIR}/ja4-nginx-module-${COMMIT}"


LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm64"

BDEPEND=""
DEPEND=""
RDEPEND="${DEPEND}"

Inherited Eclasses