New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/38419#issuecomment-1203003217 Comment: yes, and I think there should be a `libcivetweb` subpackage too ```sh libcivetweb_package() { short_desc+=" - library" pkg_install() { vmove usr/lib/*.so.* } } ```