keyd-2.6.0djs_overlay
download
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd
DESCRIPTION="A key remapping daemon for linux"
HOMEPAGE="https://github.com/rvaiya/keyd"
SRC_URI="https://github.com/rvaiya/keyd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
DEPEND="acct-group/keyd"
RDEPEND="$DEPEND"
src_prepare() {
sed -i "/-groupadd keyd/d" Makefile || die
default
}
src_install() {
default
# rm -r "${D}"/usr/share/{man,doc} || die
dodoc docs/{CHANGELOG.md,DESIGN.md}
systemd_dounit keyd.service
insinto /etc/keyd
#doins "${FILESDIR}"/default.conf
gzip -d data/{keyd,keyd-application-mapper}.1.gz || die
doman data/{keyd,keyd-application-mapper}.1
}