Install this version:
emerge -a =app-misc/metetch-0.5.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/metetch-0.5.4
Or alternatively:
emerge --autounmask-write -a =app-misc/metetch-0.5.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.4 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Fast system information display utility with modular customizable features"
HOMEPAGE="https://github.com/Techoraye/metetch"
SRC_URI="https://github.com/Techoraye/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
net-misc/curl
sys-libs/ncurses:=
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_install() {
cmake_src_install
einstalldocs
}
net-misc/curl sys-libs/ncurses:=
net-misc/curl sys-libs/ncurses:=
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | metetch-0.5.4.tar.gz | 88110 bytes | https://github.com/Techoraye/metetch/archive/refs/tags/v0.5.4.tar.gz |