26 lines
563 B
Bash
26 lines
563 B
Bash
# 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
|
|
}
|