sys-apps/fw-fanctrl - 9999 (robertgzr)

Search

Install

Install this version:

emerge -a =sys-apps/fw-fanctrl-9999

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

autounmask =sys-apps/fw-fanctrl-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/fw-fanctrl-9999

Package Information

Description:
control framework laptop fan
Homepage:
https://github.com/TamtamHero/fw-fanctrl
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2023-2024 Robert Günzler
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..12} )
inherit python-r1

DESCRIPTION="control framework laptop fan"
HOMEPAGE="https://github.com/TamtamHero/fw-fanctrl"

inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}.git"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""

DEPEND="
	${PYTHON_DEPS}
	sys-apps/lm-sensors
	>=dev-python/watchdog-2.1.9
	sys-apps/fw-ectool
"
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
	newbin ${S}/fanctrl.py fanctrl

	insinto /etc/${PN}
	doins ${S}/config.json
}

Inherited Eclasses

Dependencies

DEPEND

	
	sys-apps/lm-sensors
	>=dev-python/watchdog-2.1.9
	sys-apps/fw-ectool

RDEPEND

	
	sys-apps/lm-sensors
	>=dev-python/watchdog-2.1.9
	sys-apps/fw-ectool