Files
packages/anda/tools/keyd/keyd.spec
T
madomado 6acd48643b chore: sync with Terra 38 (#598)
* chore: sync with Terra 38

* bump: libappimage

* fix(ci): add lint and `dnf in` tests

* fix(ci): bump commit-comment to @v2

Signed-off-by: madomado <wboy111@outlook.com>

---------

Signed-off-by: madomado <wboy111@outlook.com>
2023-06-20 14:23:29 -07:00

37 lines
761 B
RPMSpec

Name: keyd
Version: 2.4.3
Release: 2%?dist
Summary: Key remapping daemon for linux
URL: https://github.com/rvaiya/keyd
License: MIT
Source0: %url/archive/refs/tags/v%version.tar.gz
Suggests: python3 python3-xlib
BuildRequires: gcc mold make kernel-headers
%description
keyd provides a flexible system wide daemon which remaps keys using kernel
level input primitives (evdev, uinput).
%prep
%autosetup
%build
%make_build
%install
%make_install
%files
%doc README.md
%license LICENSE
/usr/bin/keyd
/usr/bin/keyd-application-mapper
/usr/share/doc/keyd/
/usr/share/keyd
/usr/share/man/man1/keyd-application-mapper.1.gz
/usr/share/man/man1/keyd.1.gz
%changelog
* Tue May 23 2023 windowsboy111 <windowsboy111@fyralabs.com> - 2.4.3-1
- Initial package