Files
packages/anda/games/wooting-udev-rules/wooting-udev-rules.spec
T
Raboneko 615aa4a5d0 add: wooting-udev-rules (#8934) (#8947)
* add: wooting-udev-rules

* fix: typo and remnant from other udev package this was based on

* refactor: Simplify rules

(cherry picked from commit 06041a5942)

Co-authored-by: Roice Young <dekodx@proton.me>
2026-01-05 18:03:41 +08:00

41 lines
827 B
RPMSpec

%global appid io.wooting.Udev
Name: wooting-udev-rules
Version: 1
Release: 1%{?dist}
Summary: Udev rules for wooting keyboards
Provides: wooting-udev = %{version}-%{release}
License: Unlicense
Source0: 70-wooting.rules
BuildArch: noarch
BuildRequires: systemd
BuildRequires: anda-srpm-macros
Requires: systemd-udev
%global udev_order 70
%description
Udev rules for Wooting keyboards to enable device access for use with the Wootility AppImage on Linux systems.
%prep
%build
%install
install -D -p -m 644 %SOURCE0 %{buildroot}%{_udevrulesdir}/%{udev_order}-wooting.rules
#
%post
%udev_rules_update
%postun
%udev_rules_update
%files
%_udevrulesdir/%{udev_order}-wooting.rules
%changelog
* Mon Jan 05 2026 Roice Young <dekodx@proton.me>
- Initial release