summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4f4c0c4a06693ed598396aee562859361e3dfd48 (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=('0433c2a086fdaa153c511e6f8143857d8b4cd5de23f3275d2b5c5a799944f7c22de4c2f3d0484cfee42cbbb78445905d771092224a2707bd93e413042d72572f')

package(){

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

}