ebuilds/sys-apps/keyd/keyd-2.4.3.ebuild

24 lines
416 B
Bash

# Copyright 2023 ~keith
# Distributed under the terms of the GNU General Public License v3
EAPI=8
inherit git-r3
DESCRIPTION="A key remapping daemon for Linux"
HOMEPAGE="https://github.com/rvaiya/keyd"
EGIT_REPO_URI="https://github.com/rvaiya/keyd"
EGIT_COMMIT="v2.4.3"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND} acct-group/keyd"
BDEPEND=""
PATCHES=(
"${FILESDIR}"/Makefile.patch
)