void-packages
void-packages copied to clipboard
New package: input-remapper-2.2.0
Testing the changes
- I tested the changes in this PR: YES
- Tested to confirm service starts and program does remap keyboard keys
New package
- This new package conforms to the package requirements: YES
- System
Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (crossbuild)
- aarch64-musl (crossbuild)
- armv6l (crossbuild)
- armv6l-musl (crossbuild)
This package should just be called input-remapper.
This package should just be called
input-remapper.
Okay fixed, sorry I wasn't sure because this is built as a python module
If a package is mostly intended as a user tool, we omit the language prefix (most often python3) because the language is an irrelevant detail of the implementation. One could rewrite the tool in another language and a user would not need to notice the difference.
If a package is mostly intended as a programming tool from within the language of the implementation, we include the language prefix in the package name.