mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: PikoPixel.app-1.0.b9e
This commit is contained in:
parent
949a042539
commit
b8a5ec824f
1 changed files with 30 additions and 0 deletions
30
srcpkgs/PikoPixel.app/template
Normal file
30
srcpkgs/PikoPixel.app/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'PikoPixel.app'
|
||||
pkgname=PikoPixel.app
|
||||
version=1.0.b9e
|
||||
revision=1
|
||||
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-base gnustep-gui gnustep-back"
|
||||
short_desc="GNUstep application for drawing/editing pixel-art"
|
||||
maintainer="Kira Patton <roundduckman@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=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
|
||||
|
||||
pre_build() {
|
||||
source /usr/share/GNUstep/Makefiles/GNUstep.sh
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
source /usr/share/GNUstep/Makefiles/GNUstep.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall PikoPixel.app/Resources/PikoPixel.desktop 0755 /usr/share/applications/
|
||||
vlicense ../LICENSE_agpl-3.0.txt
|
||||
}
|
Loading…
Add table
Reference in a new issue