gentoo/www-nginx/ngx-rtmp/ngx-rtmp-1.2.2.ebuild
Sam James 9efe096957
www-nginx/ngx-rtmp: Stabilize 1.2.2 amd64, #966821
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-29 15:26:04 +00:00

21 lines
456 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="nginx-rtmp-module"
NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
inherit nginx-module
DESCRIPTION="NGINX-based Media Streaming Server"
HOMEPAGE="https://github.com/arut/nginx-rtmp-module"
SRC_URI="
https://github.com/arut/nginx-rtmp-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm64"