Install this version:
emerge -a =app-misc/mirafetch-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/mirafetch-9999
Or alternatively:
emerge --autounmask-write -a =app-misc/mirafetch-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.3
EAPI=8
inherit cargo git-r3
DESCRIPTION="A Rust reimplementation of Hyfetch wih a focus on speed"
HOMEPAGE="https://github.com/ArgentumCation/mirafetch"
EGIT_REPO_URI="https://github.com/ArgentumCation/mirafetch.git"
LICENSE="EUPL-1.2"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-3.0"
SLOT="0"
QA_FLAGS_IGNORED="usr/bin/mirafetch"
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}