New comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/issues/24791#issuecomment-690156219 Comment: `./xbps-src install` runs the install target of the template, i.e. `make install` which puts files into `masterdir/destdir/$pkgname-$version` which is then used to create the binary package. You can install resulting packages using `xbps-install --repository=hostdir/binpkgs` (or `hostdir/binpkgs/$branch` if you are not on the master branch) with `xi` from the `xtools` package, which is a wrapper around `xbps-install` and adds the relative binpkgs repositories on its own.