New review comment by michalszmidt on void-packages repository https://github.com/void-linux/void-packages/pull/45905#discussion_r1316365225 Comment: When removed `build_style=cargo` got: ```bash => ERROR: hctl-0.2.2_1: missing do_install() function! ``` When removed: ```ini hostmakedepends="pkg-config" makedepends="openssl-devel" depends="openssl" ``` Got message: `(...) The pkg-config command could not be found. (...)` And when added pkg-config `Package openssl was not found in the pkg-config search path.` Are you sure?