New comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/pull/21185#issuecomment-616583947 Comment: ```diff diff --git a/srcpkgs/PikoPixel.app/template b/srcpkgs/PikoPixel.app/template index 13d5d244bc..1656fcfba7 100644 --- a/srcpkgs/PikoPixel.app/template +++ b/srcpkgs/PikoPixel.app/template @@ -2,9 +2,8 @@ pkgname=PikoPixel.app version=1.0.b9e revision=1 -archs="x86_64" -create_wrksrc=yes -build_wrksrc=PikoPixel.Sources.${version%.*}-${version##*.}/PikoPixel +wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}" +build_wrksrc=PikoPixel build_style=gnu-makefile make_use_env=yes hostmakedepends="gnustep-make gcc-objc tar" @@ -16,12 +15,15 @@ license="AGPL-3.0-only" homepage="http://twilightedge.com/mac/pikopixel/" distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz" checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe + pre_build() { source /usr/share/GNUstep/Makefiles/GNUstep.sh } + pre_install() { source /usr/share/GNUstep/Makefiles/GNUstep.sh } + post_install() { #.desktop file exists but isn't included due to issues in the file vlicense ../LICENSE_agpl-3.0.txt ```