There is an updated pull request by Goorzhel against master on the void-packages repository https://github.com/Goorzhel/void-packages flyctl https://github.com/void-linux/void-packages/pull/37950 New package: flyctl-0.0.351 `flyctl` is a command-line interface for fly.io. fly.io is [somewhat](https://xeiaso.net/blog/fly.io-heroku-replacement) like Heroku. #### Testing the changes - I tested the changes in this PR **briefly**. ``` ❯ ./xbps-src pkg flyctl <...> ❯ xi -y flyctl <...> ❯ which flyctl /usr/bin/flyctl ❯ flyctl version flyctl v0.0.0-1657391288+dev linux/amd64 Commit: BuildDate: 2022-07-09T18:28:08Z ``` That `` seems to be a problem even if I build inside a git repo: ``` ❯ gh repo clone superfly/flyctl <...> ❯ cd flyctl ❯ make <...> ❯ bin/flyctl version flyctl v0.0.0-1657392531+dev linux/amd64 Commit: BuildDate: 2022-07-09T18:48:51Z ``` #### New package - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements). A patch file from https://github.com/void-linux/void-packages/pull/37950.patch is attached