New comment by bobertlo on void-packages repository https://github.com/void-linux/void-packages/issues/20107#issuecomment-599309230 Comment: @Frick-David you can read the README on the `void-packages` repo for how to build a package. The handbook has a brief rundown on the changes needed to build a restricted package: https://docs.voidlinux.org/xbps/repositories/restricted.html It's going to be something like: ``` ./xbps-src binary-bootstrap echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf ./xbps-src pkg discord ``` After you checkout the templates repo.