www-nginx/ngx-mod-zip - 1.3.0 (ubuilds)

Search

Install

Install this version:

emerge -a =www-nginx/ngx-mod-zip-1.3.0

Package Information

Description:
Streaming ZIP archiver for nginx
Homepage:
https://github.com/evanmiller/mod_zip
License:
BSD-2

Ebuild Details

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

EAPI=9

inherit nginx-module

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

DESCRIPTION="Streaming ZIP archiver for nginx"
HOMEPAGE="https://github.com/evanmiller/mod_zip"
SRC_URI="https://github.com/evanmiller/mod_zip/archive/refs/tags/${PV}.tar.gz"

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

BDEPEND="virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}/mod-zip-crc.patch"
	"${FILESDIR}/mod-zip-order.patch"
)

Inherited Eclasses

Dependencies

BDEPEND

virtual/pkgconfig

Manifest for 1.3.0

Type File Size Source URLs
DIST 1.3.0.tar.gz 30266 bytes https://github.com/evanmiller/mod_zip/archive/refs/tags/1.3.0.tar.gz