| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999-r1 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/${PN}"
inherit git-r3
DESCRIPTION="Change keyboard rate on boot"
HOMEPAGE="https://ari.lt/gh/kbdrate"
EGIT_REPO_URI="https://git.ari.lt/ari/kbdrate.git"
LICENSE="ArAr2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=sys-apps/kbd-2.4.0
>=sys-apps/openrc-0.44.10
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
true
}
src_install() {
newconfd openrc/kbdrate.confd kbdrate
newinitd openrc/kbdrate.rc kbdrate
}
>=sys-apps/kbd-2.4.0 >=sys-apps/openrc-0.44.10
>=sys-apps/kbd-2.4.0 >=sys-apps/openrc-0.44.10