New review comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/39405#discussion_r977051797 Comment: based on the [AUR package](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dooble): ```suggestion vbin Dooble dooble vinstall dooble.desktop 644 usr/share/applications vinstall Icons/Logo/dooble.png 644 usr/share/pixmaps vlicense LICENSE ``` (renamed the bin file so it plays nice with the desktop file) would be nice to also add the translations, but it seems to assume they're in `$PWD/Translations`. might be something to bring up with the upstream. ``` vmkdir usr/share/dooble/Translations vcopy "Translations/dooble_*.qm" usr/share/dooble/Translations ```