blob: ad0220823ca481e1ee00d90ade473262130671a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
|