New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/48642#issuecomment-1937393840 Comment: here is a cleaner template. the package compiles fine for `archs` wine supports. p.s. why did you need `zenity`? ``` # Template file for 'winegui' pkgname=winegui version=2.3.5 revision=1 archs="i686* x86_64*" build_style=cmake configure_args="-DCUSTOM_PROJECT_VERSION:STRING=${version}" hostmakedepends="pkg-config" makedepends="gtkmm-devel" depends="cabextract p7zip unzip wget wine" short_desc="User-friendly WINE manager" maintainer="Melroy van den Berg " license="AGPL-3.0-only" homepage="https://gitlab.melroy.org/melroy/winegui" distfiles="https://gitlab.melroy.org/melroy/winegui/-/archive/v${version}/winegui-v${version}.tar.gz" checksum=49eb2cf881bca4e3174ec08e34b270badd6a8275ad9a1a48ff6df621df1a9a24 post_install() { vlicense LICENSE vdoc "${FILESDIR}/README.voidlinux" } ```