summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a3e0be6bb07c89a5344b23e958f99d91de119739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated by debtap
# Maintainer: Paul Sajna <sajattack@gmail.com>
pkgname=spredit-bin
pkgver=1.0
pkgrel=1
pkgdesc="SPRedit - a C64 hires/overlay sprite editor. This is a crossplatform tool to create Commodore 64 hires or overlayed sprites, and convert between various formats like native C64 'prg' or 'bmp' from/to this program's own 'ols' format."
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/spredit/"
depends=('allegro4')
options=('!strip' '!emptydirs')
source_i686=("https://svwh.dl.sourceforge.net/project/spredit/SPRedit-1.0-i386.deb")
sha512sums_i686=('e51bf82162690a8ed28a2342d7f701c51ff85e3e9fd8c4f56e7c506c44befb455a249d4c627f052c578355465ac58b7d49cf25e41365320090a138ccc1120453')
source_x86_64=("https://svwh.dl.sourceforge.net/project/spredit/SPRedit-1.0-i386.deb")
sha512sums_x86_64=('e51bf82162690a8ed28a2342d7f701c51ff85e3e9fd8c4f56e7c506c44befb455a249d4c627f052c578355465ac58b7d49cf25e41365320090a138ccc1120453')


package(){

	# Extract package data
	tar xzf data.tar.gz -C "${pkgdir}"

}