New comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/issues/32950#issuecomment-920846334 Comment: I think the best solution here is to make the package restricted, we won't build or ship it and users are free to either download the binaries themselves or use the repository to build the package from source themselves for personal use. There are a few problems I see with shipping binaries: * They only support two of the architectures we ship packages for. * We can't rebuild it if any of the linked shared libraries require a rebuild (not sure how the chances are for that to happen, since its just qt5 and zlib). * Downloading binaries at install time just results in a bad user experience, completely negating all benefits of using a package manager.