sys-power/rog-daemon - 2.1.0 (guru)

Search

Install

Install this version:

emerge -a =sys-power/rog-daemon-2.1.0

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

autounmask =sys-power/rog-daemon-2.1.0

Or alternatively:

emerge --autounmask-write -a =sys-power/rog-daemon-2.1.0

Package Information

Description:
Lightweight and modular ASUS ROG control daemon
Homepage:
https://github.com/mechakotik/rog-daemon
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Lightweight and modular ASUS ROG control daemon"
HOMEPAGE="https://github.com/mechakotik/rog-daemon"
SRC_URI="https://github.com/mechakotik/rog-daemon/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="systemd +profile +fan-curve +mux +panel-od"

src_configure() {
	local emesonargs=(
		$(usex "systemd" "-Dinit=systemd" "-Dinit=openrc")
		$(meson_use profile)
		$(meson_use fan-curve fan_curve)
		$(meson_use mux)
		$(meson_use panel-od panel_od)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-power/rog-daemon | euse -E <flag> -p sys-power/rog-daemon | euse -D <flag> -p sys-power/rog-daemon

Global/Standard Flags

profile
Default: Enabled (+)
fan-curve
Default: Enabled (+)
mux
Default: Enabled (+)
panel-od
Default: Enabled (+)

Inherited Eclasses

Manifest for 2.1.0

Type File Size Source URLs
DIST rog-daemon-2.1.0.tar.gz 38347 bytes https://github.com/mechakotik/rog-daemon/archive/refs/tags/v2.1.0.tar.gz