From 73cda259ee4614748f99df7c7b1de4192584c234 Mon Sep 17 00:00:00 2001 From: roku Date: Fri, 7 Feb 2025 20:37:27 +0100 Subject: [PATCH] add sys-process/qmassa --- sys-process/qmassa/qmassa-9999.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sys-process/qmassa/qmassa-9999.ebuild diff --git a/sys-process/qmassa/qmassa-9999.ebuild b/sys-process/qmassa/qmassa-9999.ebuild new file mode 100644 index 0000000..21d0708 --- /dev/null +++ b/sys-process/qmassa/qmassa-9999.ebuild @@ -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 +}