add sys-process/qmassa

This commit is contained in:
roku 2025-02-07 20:37:27 +01:00
parent 2b05e44ddf
commit 73cda259ee

View file

@ -0,0 +1,26 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.5
EAPI=8
inherit cargo git-r3
DESCRIPTION="Terminal-based tool for displaying GPUs usage stats on Linux."
HOMEPAGE="https://github.com/ulissesf/qmassa"
EGIT_REPO_URI="https://github.com/ulissesf/qmassa"
LICENSE="Apache-2.0"
# Dependent crate licenses
LICENSE+="
ISC MIT MPL-2.0 Unicode-3.0 ZLIB
|| ( Apache-2.0 Boost-1.0 )
"
SLOT="0"
KEYWORDS="~arm64 ~amd64"
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}