Install this version:
emerge -a =app-misc/nerdfetch-8.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/nerdfetch-8.3.1
Or alternatively:
emerge --autounmask-write -a =app-misc/nerdfetch-8.3.1
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit prefix
DESCRIPTION="A POSIX *nix fetch script using Nerdfonts"
HOMEPAGE="https://github.com/ThatOneCalculator/NerdFetch"
SRC_URI="https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/NerdFetch-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="app-portage/portage-utils"
src_prepare() {
default
hprefixify nerdfetch
}
src_install() {
dobin "nerdfetch"
dodoc "README.md"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nerdfetch-8.3.1.tar.gz | 5494 bytes | https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.3.1.tar.gz |