There's a merged pull request on the void-packages repository catch2: fix deceiving description https://github.com/void-linux/void-packages/pull/46800 Description: The `catch2` package is really weird by the way. It ships a _static_ library. It also doesn't have `catch2-devel` because of this. I guess this is for developers only. I know Catch2 doesn't really like to be packaged, it prefers to be managed by the project's build system, but it still isn't standard to ship static libraries like this. Correct me if I'm wrong. ping @DBLouis #### Testing the changes - I tested the changes in this PR: **briefly**