app-admin/kbdrate-openrc - 9999-r1 (dinolay)

Search

Package Information

Description:
Change keyboard rate on boot
Homepage:
https://ari.lt/gh/kbdrate
License:
ArAr2

Ebuild Details

Version EAPI Keywords Slot
9999-r1 8 ~amd64 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

>=sys-apps/kbd-2.4.0
>=sys-apps/openrc-0.44.10

RDEPEND

>=sys-apps/kbd-2.4.0
>=sys-apps/openrc-0.44.10