gentoo-ebuilds/www-nginx/ngx-fancyindex/ngx-fancyindex-0.5.2.ebuild
Sam James 07118355d8
www-nginx/ngx-fancyindex: Keyword 0.5.2 amd64, #959570
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-05 09:32:20 +01:00

19 lines
454 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nginx-module
DESCRIPTION="Fancy indexes module for the NGINX web server"
HOMEPAGE="https://github.com/aperezdc/ngx-fancyindex"
SRC_URI="
https://github.com/aperezdc/ngx-fancyindex/releases/download/v${PV}/${P}.tar.xz
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
# Uses custom bash-based testing framework.
RESTRICT="test"