summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: acdb1005b47f70ba88f6c9d392ef39bc5240ed20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by debtap
# Maintainer: RoiArthurB
# Contributor: RoiArthurB
pkgname=gama-platform-jdk
pkgver=1.9.3
pkgrel=1
pkgdesc="GAMA is a modeling and simulation development environment for building spatially explicit agent-based simulations. JDK embedded version"
arch=('x86_64')
url="https://gama-platform.org"
license=('GPL-3')
groups=('')
replaces=('gama-platform-jdk')
conflicts=('gama-platform')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/gama-platform/gama/releases/download/1.9.3/GAMA_1.9.3_Linux_with_JDK.deb")
sha512sums_x86_64=('49a5ec721e8162564880b4a2b9e5fb3f0a7cf45633aa26440fad3d5684c4ea6325a6e13874a0916c06e8417260d1b27cf4f335fc16367cd93cab7bd3ad7199de')

package(){

	# Extract package data
	tar -xI unzstd -f data.tar.zst -C "${pkgdir}"

}