Install this version:
emerge -a =app-misc/cpufetch-1.07
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/cpufetch-1.07
Or alternatively:
emerge --autounmask-write -a =app-misc/cpufetch-1.07
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool"
HOMEPAGE="https://github.com/Dr-Noob/cpufetch"
SRC_URI="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"
PATCHES=( "${FILESDIR}/${PN}-1.06-makefile.patch" )
src_prepare() {
default
tc-export CC
}
src_install() {
dobin "${PN}"
doman "${PN}.1"
newdoc README.md README
dodoc -r doc/.
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cpufetch-1.07.tar.gz | 2846623 bytes | https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v1.07.tar.gz |