www-nginx/ngx-dav-ext - 3.0.0 (gentoo)

Search

Package Information

Description:
NGINX module providing support for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK
Homepage:
https://github.com/arut/nginx-dav-ext-module
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
3.0.0 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-dav-ext-module"

inherit nginx-module

DESCRIPTION="NGINX module providing support for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK"
HOMEPAGE="https://github.com/arut/nginx-dav-ext-module"
SRC_URI="
	https://github.com/arut/nginx-dav-ext-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

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

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

# Relies on upstream NGINX test framework (https://github.com/nginx/nginx-tests),
# not packaged by Gentoo.
RESTRICT="test"

DEPEND="
	dev-libs/libxml2
	dev-libs/libxslt
"
RDEPEND="${DEPEND}"

Dependencies

DEPEND

	dev-libs/libxml2
	dev-libs/libxslt

RDEPEND

	dev-libs/libxml2
	dev-libs/libxslt

Manifest for 3.0.0

Type File Size Source URLs
DIST ngx-dav-ext-3.0.0.tar.gz 14558 bytes https://github.com/arut/nginx-dav-ext-module/archive/refs/tags/v3.0.0.tar.gz