New comment by 0x5c on void-packages repository https://github.com/void-linux/void-packages/issues/45679#issuecomment-1868607120 Comment: @d4r1us-drk don't use `cmake` in templates, you want to get dependencies from xbps or add them to distfiles if they're resources or they're specific to the project you're packaging For GSL, you'll be able to simply add it to `makedepends` once #47845 gets merged (as `guidelines-support-library`). For CLI11, check its not already available in the repos, and if not, make a template for it (in the same PR but separate commit).