New comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/38546#issuecomment-1253976884 Comment: Your template almost works, just remove the `scdoc` commands from the `post_install` - it should be: ``` post_install() { vlicense LICENSE vman docs/wayshot.1.gz vman docs/wayshot.7.gz } ```