There is a new pull request by ahesford against master on the void-packages repository https://github.com/ahesford/void-packages adom https://github.com/void-linux/void-packages/pull/23691 adom: remove package This is a proprietary game that abuses a `libncurses.so.5` symlink to `/usr/lib/libncursesw.so.6` to work, albeit with a warning about shared object versioning. The software consists of a single executable and a few readme files. This doesn't seem to meet quality standards and abuses `shlib_provides` to work around the `libncurses.so.5` dependency. Let users fetch the tarball and make the `libncurses` symlinks if they really want to play. The template is also wrong for ARM, as the ARM executable is static and doesn't depend on `ncurses`. A patch file from https://github.com/void-linux/void-packages/pull/23691.patch is attached