From c61793bc37a67d8fb2946dcdc0afc6bc6c8fc8bc Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 22:10:44 -0500 Subject: [PATCH] fedora: Add in broken spec --- g13gui.spec | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 g13gui.spec diff --git a/g13gui.spec b/g13gui.spec new file mode 100644 index 0000000..906cba0 --- /dev/null +++ b/g13gui.spec @@ -0,0 +1,27 @@ +Name: g13gui +Version: 1 +Release: 1 +Summary: A user-space driver and GUI configurator for the Logitech G13 +License: BSD +URL: https://github.com/jtgans/g13gui +BuildRequires: meson + +%description +This is the companion application to the Logitech G13 gameboard, and provides +both configuration tooling, applet hosting, and also a user space driver to +handle translation of keypresses to real Linux input events by way of uinput. + +%meson + +%prep + + +%build +%meson +%meson_build + +%install +%meson_install + +%check +