From 9653dd573d7338ce2e39c89f99f76d411e75b3e9 Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Fri, 18 Aug 2023 18:08:26 +1000 Subject: [PATCH] New package: wshowkeys-20210801 --- srcpkgs/wshowkeys/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/wshowkeys/template diff --git a/srcpkgs/wshowkeys/template b/srcpkgs/wshowkeys/template new file mode 100644 index 0000000000000..5d7680c551fe2 --- /dev/null +++ b/srcpkgs/wshowkeys/template @@ -0,0 +1,21 @@ +# Template file for 'wshowkeys' +pkgname=wshowkeys +version=20210801 +revision=1 +_commit=e8bfc78f08ebdd1316daae59ecc77e62bba68b2b +archs="x86_64 armv6l" +build_style=meson +hostmakedepends="pkg-config " +makedepends="libinput-devel libudev-devel wayland-devel glib-devel + cairo-devel pango-devel wayland-protocols libxkbcommon-devel" +depends="" +short_desc="Displays keypresses on screen on supported Wayland compositors" +maintainer="Bob Hepple " +license="GPL-3.0-only" +homepage="https://github.com/ammgws/wshowkeys" +distfiles="https://github.com/ammgws/wshowkeys/archive/${_commit}/wshowkeys-${_commit}.tar.gz" +checksum=9478950ec0ae4aceab3ad73229d97c1259ca81dcb2ff9dc0cc0a4ce5596efa14 + +post_install() { + chmod a+s ${DESTDIR}/usr/bin/wshowkeys +} \ No newline at end of file