New review comment by sirkhancision on void-packages repository https://github.com/void-linux/void-packages/pull/40220#discussion_r1096043647 Comment: ```suggestion do_build() { yarn yarn dist:linux tar.xz } do_check() { yarn test yarn test:ci } do_install() { vmkdir opt/heroic vcopy dist/linux-unpacked/* opt/heroic vinstall public/icon.png 644 usr/share/pixmaps heroic.png vinstall ${FILESDIR}/heroic.desktop 644 usr/share/applications } ```