mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-power/rog-daemon: new package, add 2.1.0
Signed-off-by: Andrei Sabalenka <mechakotik@gmail.com>
This commit is contained in:
28
sys-power/rog-daemon/rog-daemon-2.1.0.ebuild
Normal file
28
sys-power/rog-daemon/rog-daemon-2.1.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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"
|
||||
|
||||
BDEPEND="dev-build/meson"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user