New review comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/49782#discussion_r1559882311 Comment: this is incorrect, just some files were moved around and the -devel package should not be empty. ```diff @@ -20,8 +20,8 @@ quazip-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/share - vmove "usr/lib/*.a" + vmove usr/lib/cmake + vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } } ```