www-nginx/ngx-upload-progress - 0.9.3 (gentoo)

Search

Package Information

Description:
An upload progress system for NGINX monitoring RFC1867 POST uploads
Homepage:
https://github.com/masterzen/nginx-upload-progress-module
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.9.3 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

MY_PN="nginx-upload-progress-module"
inherit nginx-module

DESCRIPTION="An upload progress system for NGINX monitoring RFC1867 POST uploads"
HOMEPAGE="https://github.com/masterzen/nginx-upload-progress-module"
SRC_URI="
	https://github.com/masterzen/nginx-upload-progress-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

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

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

# Uses custom shell-based tests.
RESTRICT="test"

Manifest for 0.9.3

Type File Size Source URLs
DIST ngx-upload-progress-0.9.3.tar.gz 17303 bytes https://github.com/masterzen/nginx-upload-progress-module/archive/refs/tags/v0.9.3.tar.gz