app-laptop/clevo-fan-control - 9999 (masterwolf)

Search

Install

Install this version:

emerge -a =app-laptop/clevo-fan-control-9999

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

autounmask =app-laptop/clevo-fan-control-9999

Or alternatively:

emerge --autounmask-write -a =app-laptop/clevo-fan-control-9999

Package Information

Description:
Fan speed controller for Clevo laptops
Homepage:
https://github.com/agramian/clevo-fan-control
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit cmake desktop git-r3

DESCRIPTION="Fan speed controller for Clevo laptops"
HOMEPAGE="https://github.com/agramian/clevo-fan-control"
EGIT_REPO_URI="https://github.com/agramian/clevo-fan-control.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

RDEPEND="
    dev-libs/libayatana-appindicator
    x11-libs/gtk+:3
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
    local mycmakeargs=(
        -DUSER=portage
        -DGROUP=portage
		-DHOME="${T}/dummy_home"
		)
    cmake_src_configure
}

src_install() {
    cmake_src_install
	rm -rfv "${ED}/var"
}

Inherited Eclasses

Dependencies

DEPEND

    dev-libs/libayatana-appindicator
    x11-libs/gtk+:3

RDEPEND

    dev-libs/libayatana-appindicator
    x11-libs/gtk+:3

BDEPEND

virtual/pkgconfig