New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/26349#issuecomment-748104925 Comment: @zenny is this still necessary given work on https://github.com/void-linux/void-packages/pull/27193 on espeak-ng? The `build` and `package` functions aren't doing anything, void uses `do_build` and `do_install` for this functionality. You don't really need them, though. Just make `post_install` with ``` ln -s "../lib/speech-dispatcher-modules/sd_rhvoice" "${DESTDIR}/usr/bin/sd_rhvoice" ``` and you should be good.