# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="socks-nginx-module"

inherit nginx-module

DESCRIPTION="An nginx_http_proxy_module fork with SOCKS5 support"
HOMEPAGE="https://github.com/dannote/socks-nginx-module"
SRC_URI="
	https://github.com/dannote/socks-nginx-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

S="${WORKDIR}/${MY_PN}-${PV}"

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