app-misc/keyd - 2.5.0 (calculate)

Search

Package Information

Description:
A key remapping daemon for linux
Homepage:
https://github.com/rvaiya/keyd
License:
MIT

Ebuild Details

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

EAPI=8

DESCRIPTION="A key remapping daemon for linux"
HOMEPAGE="https://github.com/rvaiya/keyd"
SRC_URI="https://github.com/rvaiya/keyd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64"

RDEPEND="acct-group/keyd"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-makefile.patch
)

src_install() {
	default
	newinitd "${FILESDIR}/keyd.initd" "keyd"
	mv "${D}/usr/share/doc/keyd" "${D}/usr/share/doc/${P}" || die
	docompress -x /usr/share/man/man1/keyd.1.gz
	docompress -x /usr/share/man/man1/keyd-application-mapper.1.gz
	insinto /etc/keyd
	doins "${FILESDIR}"/default.conf
}

Dependencies

DEPEND

acct-group/keyd

RDEPEND

acct-group/keyd

Manifest for 2.5.0

Type File Size Source URLs
DIST keyd-2.5.0.tar.gz 671616 bytes https://github.com/rvaiya/keyd/archive/v2.5.0.tar.gz