# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 NGINX_MOD_S="${WORKDIR}/mod_zip-${PV}" inherit nginx-module 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" DEPEND="" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/mod-zip-crc.patch" "${FILESDIR}/mod-zip-order.patch" )