New comment by JohnGebbie on void-packages repository https://github.com/void-linux/void-packages/pull/39015#issuecomment-1272354057 Comment: The reason was `objdump -p libvosk.so` doesn't have SONAME so the hook ignores it, so I've added `shlib_provides="libvosk.so"`. The package should be ready, I'll try to use it for my program and report back. EDIT: works good!