New comment by lz-coder on void-packages repository https://github.com/void-linux/void-packages/pull/41914#issuecomment-1407411978 Comment: > > If you overwrite do_install() from the cargo build style, the actual binary won't be in the package if you don't put it in the destdir manually. So your package currently contains only the LICENSE file. You can check this with [xls from xtools](https://man.voidlinux.org/xtools). So you need post_install() instead of do_install().