sys-apps/laptasus - 9999 (riru)

Search

Install

Install this version:

emerge -a =sys-apps/laptasus-9999

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

autounmask =sys-apps/laptasus-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/laptasus-9999

Package Information

Description:
ASUS laptop tools (backlight, keyboard backight and etc.)
Homepage:
https://github.com/pkulev/laptasus.git
License:
MIT

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="ASUS laptop tools (backlight, keyboard backight and etc.)"
HOMEPAGE="https://github.com/pkulev/laptasus.git"
EGIT_REPO_URI="https://github.com/pkulev/${PN}.git"

LICENSE="MIT"
SLOT="0"
IUSE=""

DEPEND=""
HDEPEND=""
RDEPEND="${HDEPEND}"

Inherited Eclasses