Closed issue by willeccles on void-packages repository https://github.com/void-linux/void-packages/issues/36689 Description: Currently, github-cli (2.8.0_1) uses a go build. This works fine for `gh` itself, but does not handle man page installation. [The repository](https://github.com/cli/cli) contains a Makefile which does the build setup itself. It also builds a go program which is used to build the manual pages, which can then be installed like normal. The github-cli package builds `gh` itself using a standard go build, but if the package were changed to a make build, it would enable the build and installation of manual pages as well. Apologies for not opening a PR to fix this, but I am not well enough versed in XBPS package templates and also have very little time to spare at the moment.