There is an updated pull request by r-ricci against master on the void-packages repository https://github.com/r-ricci/void-packages 7zip https://github.com/void-linux/void-packages/pull/37940 New package: 7zip-22.00 #### Testing the changes - I tested the changes in this PR: **briefly** I don't think there's any reason to ship the full and the reduced versions in the same package, so I just compile the full one and create symlinks for compatibility. TODO: - fix musl: it uses some functions requiring `_GNU_SOURCE`, but other parts of the source define it without checking if it's already defined, so I get compilation errors if I just define it globally. - build with assembly where possible - build a version with RAR support (nonfree repo) - use our compile and link flags - what's the most appropriate name for the package? 7zip, 7-zip or 7z? closes #37875 A patch file from https://github.com/void-linux/void-packages/pull/37940.patch is attached