app-misc/metetch - 0.5.4 (guru)

Search

Install

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

Package Information

Description:
Fast system information display utility with modular customizable features
Homepage:
https://github.com/Techoraye/metetch
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.5.4 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

	net-misc/curl
	sys-libs/ncurses:=

RDEPEND

	net-misc/curl
	sys-libs/ncurses:=

BDEPEND

virtual/pkgconfig

Manifest for 0.5.4

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