New comment by PillTime on void-packages repository https://github.com/void-linux/void-packages/pull/12156#issuecomment-594148107 Comment: I know this is a bit old, but would it be possible to add ``` sed -E '/#{60,}/,/#{60,}/!d;1,3d' ${pkgname}.zsh | head -n -2 > LICENSE vlicense LICENSE ``` to the do_install() function? It's a bit hacky, but it should work.