www-nginx/ngx-vts - 0.2.7 (gentoo)

Search

Install

Install this version:

emerge -a =www-nginx/ngx-vts-0.2.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =www-nginx/ngx-vts-0.2.7

Or alternatively:

emerge --autounmask-write -a =www-nginx/ngx-vts-0.2.7

Package Information

Description:
NGINX virtual host traffic status module
Homepage:
https://github.com/vozlt/nginx-module-vts
License:
BSD-2

Ebuild Details

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

EAPI=9

MY_PN="nginx-module-vts"

inherit nginx-module

DESCRIPTION="NGINX virtual host traffic status module"
HOMEPAGE="https://github.com/vozlt/nginx-module-vts"
SRC_URI="
	https://github.com/vozlt/nginx-module-vts/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

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

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

src_install() {
	nginx-module_src_install

	dodoc CHANGELOG.md
	# Install the HTML status pages.
	insinto usr/share/"${PN}"
	doins share/*.html
}

pkg_postinst() {
	nginx-module_pkg_postinst

	elog "The HTML status pages have been saved to ${EPREFIX}/usr/share/${PN}."
	elog "Copy or symlink/hardlink them to your server directory and"
	elog "edit to your pleasure."
}

Inherited Eclasses

Manifest for 0.2.7

Type File Size Source URLs
DIST ngx-vts-0.2.7.tar.gz 271196 bytes https://github.com/vozlt/nginx-module-vts/archive/refs/tags/v0.2.7.tar.gz