Arch users are squarely in PolterType's audience (the Wayland/Hyprland support is strongest-in-class), and "is it in the AUR?" will be the first question in any Linux thread. Nothing is published yet.
Two sensible packages, either or both welcome:
poltertype — build from source: plain cargo build --release -p poltertype-app; the bundled wordlists live in the repo, so the build needs no network beyond crates.io. Install the binary + desktop entry + icon.
poltertype-bin — repack the release AppImage (or extract it) for people who don't want a Rust toolchain.
Things a good PKGBUILD should handle:
- Post-install message pointing at the evdev/uinput setup: on Wayland the listener needs
input-group membership + the uinput udev rule (scripts/setup-linux.sh shows exactly what's required; a package can ship the udev rule itself and print the group instruction). X11 needs none of it — worth saying, most Arch users assume the worst.
- The self-updater deliberately won't overwrite a pacman-owned file — it detects this and points at the Releases page instead. Packaged users get updates through the AUR, which is correct; no action needed, just don't be surprised.
If you'd rather maintain it under your own AUR account — perfect, that's how AUR works best; comment here and we'll link it from the README once it exists. Happy to review the PKGBUILD either way.
Arch users are squarely in PolterType's audience (the Wayland/Hyprland support is strongest-in-class), and "is it in the AUR?" will be the first question in any Linux thread. Nothing is published yet.
Two sensible packages, either or both welcome:
poltertype— build from source: plaincargo build --release -p poltertype-app; the bundled wordlists live in the repo, so the build needs no network beyond crates.io. Install the binary + desktop entry + icon.poltertype-bin— repack the release AppImage (or extract it) for people who don't want a Rust toolchain.Things a good PKGBUILD should handle:
input-group membership + the uinput udev rule (scripts/setup-linux.shshows exactly what's required; a package can ship the udev rule itself and print the group instruction). X11 needs none of it — worth saying, most Arch users assume the worst.If you'd rather maintain it under your own AUR account — perfect, that's how AUR works best; comment here and we'll link it from the README once it exists. Happy to review the PKGBUILD either way.