add sys-process/qmassa
This commit is contained in:
parent
2b05e44ddf
commit
73cda259ee
1 changed files with 26 additions and 0 deletions
26
sys-process/qmassa/qmassa-9999.ebuild
Normal file
26
sys-process/qmassa/qmassa-9999.ebuild
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue