Closed issue by johnny-mac on void-packages repository https://github.com/void-linux/void-packages/issues/3737 Description: ``` # Template file for 'm64py' pkgname=m64py version=0.2.4 revision=1 wrksrc="mupen64plus-ui-python-${version}" build_style=python3-module pycompile_module="m64py" hostmakedepends="python3-setuptools" makedepends="SDL2-devel libxkbcommon-devel python3-PyQt5 python3-PyQt5-devel-tools" depends="desktop-file-utils libxkbcommon-x11 python3-pysdl2" short_desc="Python Qt5 front-end for Mupen64Plus" maintainer="Johnny-Mac " license="GPL-3.0-or-later" homepage="http://mupen64plus.org/" distfiles="https://github.com/mupen64plus/mupen64plus-ui-python/archive/${version}.tar.gz" checksum=e233e0356ecc1e60bf615808547b8b79b458b49174f0f9d4089b48ad1b49a02f do_install() { python setup.py install --optimize=1 --prefix=/usr --root="${DESTDIR}/" } ```