New comment by ipkalm on void-packages repository https://github.com/void-linux/void-packages/pull/30762#issuecomment-838948897 Comment: > Try taking a look at the `go_package` variable to build two binaries without a custom `do_build`. I tried. But all packages build with same name `main`. `v2ray` go_package locate at "github.com/v2fly/v2ray-core/`main`" and `v2ctl` at "github.com/v2fly/v2ray-core/infra/control/`main`". `go install` command uses in `common/build-style/go.sh` script can't take any flags for giving custom name for binary.