New package: keymapper-5.5.0

This commit is contained in:
deimonn
2026-05-07 21:05:43 +02:00
committed by Duncan Overbruck
parent 2f838762bc
commit 60b62820fa
2 changed files with 22 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec keymapperd
+19
View File
@@ -0,0 +1,19 @@
# Template file for 'keymapper'
pkgname=keymapper
version=5.5.0
revision=1
build_style=cmake
configure_args="-DVERSION=${version}"
hostmakedepends="pkg-config wayland-devel"
makedepends="eudev-libudev-devel libusb-devel libX11-devel dbus-devel wayland-devel libxkbcommon-devel libayatana-appindicator-devel"
short_desc="Cross-platform context-aware key remapper"
maintainer="deimonn <deimonn@outlook.com>"
license="GPL-3.0-only"
homepage="https://github.com/houmain/keymapper"
changelog="https://raw.githubusercontent.com/houmain/keymapper/main/CHANGELOG.md"
distfiles="https://github.com/houmain/keymapper/archive/refs/tags/${version}.tar.gz"
checksum=85160c8f63a6f2a12b9ec8ce9916ff4e892eec54d4d1a9c7785554231fc4ffd5
post_install() {
vsv keymapperd
}