app-admin/topngx - 9999 (nest)

Search

Install

Install this version:

emerge -a =app-admin/topngx-9999

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

autounmask =app-admin/topngx-9999

Or alternatively:

emerge --autounmask-write -a =app-admin/topngx-9999

Package Information

Description:
A top for NGINX
Homepage:
https://github.com/gsquire/topngx
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cargo git-r3

DESCRIPTION="A top for NGINX"
HOMEPAGE="https://github.com/gsquire/topngx"
EGIT_REPO_URI="https://github.com/gsquire/${PN}.git"

LICENSE="MIT"
SLOT="0"

RDEPEND="dev-db/sqlite:3"

QA_FLAGS_IGNORED="usr/bin/topngx"

src_unpack() {
	git-r3_src_unpack
	cargo_live_src_unpack
}

src_install() {
	einstalldocs
	cargo_src_install
}

Inherited Eclasses

Dependencies

RDEPEND

dev-db/sqlite:3