New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/33302#discussion_r721271017 Comment: > Is it usually how go packages are built, even if developers provide a Makefile? If you use the makefile, you will have to make sure it cross compiles properly and applies the correct flags which is not worth the added complexity. Not using the makefile is better, but not ideal. Some projects have a target in the makefile which doesn't touch the go part and installs only the config file, manpage etc. > Does this mean I should ignore the flags recommend here for packaging go applications? That's a guide for Arch Linux, I don't see why this is relevant here. The go build style will apply the flags we want.