Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/wshowkeys/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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="c4llv07e <igor@c4llv07e.xyz>"
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
}