sys-apps/hwview - 0.0.3 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =sys-apps/hwview-0.0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/hwview-0.0.3

Or alternatively:

emerge --autounmask-write -a =sys-apps/hwview-0.0.3

Package Information

Description:
Hardware information viewer inspired by Redmond.
Homepage:
https://github.com/Tatsh/hwview
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Hardware information viewer inspired by Redmond."
HOMEPAGE="https://github.com/Tatsh/hwview"
SRC_URI="https://github.com/Tatsh/hwview/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kde test"
RESTRICT="!test? ( test )"

DEPEND="dev-qt/qtbase:6[concurrent,gui,widgets]
	virtual/udev"
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=(
		"-DBUILD_TESTS=$(usex test)"
		"-DHWVIEW_USE_KDE=$(usex kde)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/hwview | euse -E <flag> -p sys-apps/hwview | euse -D <flag> -p sys-apps/hwview

Global/Standard Flags

kde

Inherited Eclasses

Dependencies

DEPEND

dev-qt/qtbase:6[concurrent,gui,widgets]
	virtual/udev

RDEPEND

dev-qt/qtbase:6[concurrent,gui,widgets]
	virtual/udev

Manifest for 0.0.3

Type File Size Source URLs
DIST hwview-0.0.3.tar.gz 5849027 bytes https://github.com/Tatsh/hwview/archive/refs/tags/v0.0.3.tar.gz