New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/issues/34525#issuecomment-1752825281 Comment: WIP, PR incoming ``` # Template file for 'wshowkeys' pkgname=wshowkeys version=0.1 revision=1 build_style=meson hostmakedepends="pkg-config wayland-devel" makedepends="wayland-protocols cairo-devel libinput-devel pango-devel eudev-libudev- devel wayland-devel libxkbcommon-devel" short_desc="Displays keys being pressed on a Wayland session" maintainer="Anachron " license="GPL-3.0-or-later" homepage="https://github.com/ammgws/wshowkeys" distfiles="https://github.com/ammgws/wshowkeys/archive/refs/tags/${version}.tar.gz" checksum=1c11f858e673eabe8c1865500751354198b772decf5a65cefbfe4f382fec09b7 # https://github.com/ammgws/wshowkeys#installation post_install() { chmod a+s ${DESTDIR}/usr/bin/wshowkeys } ```