New review comment by TinfoilSubmarine on void-packages repository https://github.com/void-linux/void-packages/pull/35736#discussion_r812153460 Comment: Why do we do custom `do_configure`, `do_build`, and `do_install` instead of just letting `build_style=go` do its thing? All you have to do is add ``` go_import_path="git.sr.ht/~rjarry/aerc" ``` to the template and remove the custom `do_configure`, `do_build`, and `do_install`.