Install this version:
emerge -a =app-misc/pfetch-1.11.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/pfetch-1.11.0
Or alternatively:
emerge --autounmask-write -a =app-misc/pfetch-1.11.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.11.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A pretty system information tool written in POSIX sh"
HOMEPAGE="https://github.com/Un1q32/pfetch"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Un1q32/pfetch.git"
else
SRC_URI="https://github.com/Un1q32/pfetch/archive/${PV}/${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"
RESTRICT="strip test"
src_compile() {
:
}
src_install() {
emake PREFIX=/usr DESTDIR="${D}" install
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pfetch-1.11.0.tar.gz | 26511 bytes | https://github.com/Un1q32/pfetch/archive/1.11.0/pfetch-1.11.0.tar.gz |