mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-misc/metetch: add metetch-0.5.3
Fast system information display utility with modular customizable features. Includes support for GPU monitoring, disk storage, network info, and advanced CPU/hardware metrics with color-coded status indicators. Signed-off-by: Techoraye <robergem2008@techoraye.com>
This commit is contained in:
11
app-misc/metetch/metadata.xml
Normal file
11
app-misc/metetch/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact.techoraye@gmail.com</email>
|
||||
<name>Mathieu Roberge</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">techoraye/metetch</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
43
app-misc/metetch/metetch-0.5.3.ebuild
Normal file
43
app-misc/metetch/metetch-0.5.3.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# 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/metetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
sys-libs/ncurses:=
|
||||
net-misc/curl
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-libs/glibc
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
|
||||
# Install license
|
||||
einstalldocs
|
||||
newdoc LICENSE LICENSE.MIT
|
||||
}
|
||||
Reference in New Issue
Block a user