app-admin/topngx - 9999 (nest)

Search

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
}

Dependencies

RDEPEND

dev-db/sqlite:3