sys-power/asusctl - 6.4.0 (hamper-overlay)

Search

Install

Install this version:

emerge -a =sys-power/asusctl-6.4.0

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

autounmask =sys-power/asusctl-6.4.0

Or alternatively:

emerge --autounmask-write -a =sys-power/asusctl-6.4.0

Package Information

Description:
Daemon and tools to control your ASUS ROG laptop. Supersedes rog-core.
Homepage:
https://asus-linux.org/
License:
MPL-2.0

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="Daemon and tools to control your ASUS ROG laptop. Supersedes rog-core."
HOMEPAGE="https://asus-linux.org/"

EGIT_REPO_URI="https://github.com/OpenGamingCollective/${PN}.git"
EGIT_COMMIT="${PV}"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="network-sandbox"
IUSE=""

DEPEND="
	dev-libs/libayatana-appindicator
	sys-auth/seatd
	>=dev-lang/rust-1.90
"
RDEPEND="${DEPEND}"
BDEPEND=""

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libayatana-appindicator
	sys-auth/seatd
	>=dev-lang/rust-1.90

RDEPEND

	dev-libs/libayatana-appindicator
	sys-auth/seatd
	>=dev-lang/rust-1.90