New comment by bingulo on void-packages repository https://github.com/void-linux/void-packages/pull/38419#issuecomment-1203047691 Comment: > yes, and I think there should be a `libcivetweb` subpackage too > > ```shell > libcivetweb_package() { > short_desc+=" - library" > pkg_install() { > vmove usr/lib/*.so.* > } > } > ``` Should I add this subpackage as dependency for main package? I tested and didn't find any issue without it.