void-packages/srcpkgs/PikoPixel.app/template
2021-05-10 12:32:24 -05:00

27 lines
939 B
Bash

# Template file for 'PikoPixel.app'
pkgname=PikoPixel.app
version=1.0.b10
revision=2
wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}"
build_wrksrc=PikoPixel
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="gnustep-make gcc-objc tar which"
makedepends="gnustep-base-devel gnustep-gui-devel"
depends="gnustep-back"
short_desc="GNUstep application for drawing/editing pixel-art"
maintainer="Kira L. Patton <roundduckkira@protonmail.com>"
license="AGPL-3.0-only"
homepage="http://twilightedge.com/mac/pikopixel/"
distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
checksum=e754a89b4a3de5e034c96468d3bc37a0909ea7c06905546ee85658a5dfb547ac
if [ -e /usr/share/GNUstep/Makefiles/GNUstep.sh ]; then
. /usr/share/GNUstep/Makefiles/GNUstep.sh
fi
post_install() {
vinstall PikoPixel.app/Resources/PikoPixel.desktop 0755 /usr/share/applications/
vlicense ../LICENSE_agpl-3.0.txt
}