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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.3 | 8 | ~amd64 | 0 |
# 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
}
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
dev-qt/qtbase:6[concurrent,gui,widgets] virtual/udev
dev-qt/qtbase:6[concurrent,gui,widgets] virtual/udev
| 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 |