New comment by abenson on void-packages repository https://github.com/void-linux/void-packages/pull/29608#issuecomment-809601905 Comment: ``` cryptsetup-static_package() { short_desc+=" - static cryptsetup" pkg_install() { vmove "usr/bin/*.static" } } ```