New comment by Hoshpak on void-packages repository https://github.com/void-linux/void-packages/issues/12835#issuecomment-508929655 Comment: I have no interest in maintaining this package so I won't submit it. In case you want to submit a PR or anyone else wants to submit a PR, here are my remarks regarding the pasted template: - the revision of a new template should always start at 1 - commented out lines should be removed before submitting a PR (except the header line of course) - gcc is already installed by default in the build chroot, the `hostmakedepends` can be removed - same goes for make and bash - if the package links against readline, it needs the headers so it should have `readline-devel` in `makedepends` - the license requires a SPDX identifier, the appropriate one seems to be `Apache-2.0` - maybe the `configure` build_style would be more apropriate, this seems to be a custom solution, not gnu autotools - the functions (install, configure and build) are already provided by the build_style, you should be able to completely remove these from the template unless there's something you need to override