summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9bab1db2f61fb4487297fc43b5b7aa89cccc4048 (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.1
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.1/GAMA_1.9.1_Linux_with_JDK.deb")
sha512sums_x86_64=('17ea99736af2e046e6dabc56736c916bc6f398b78982594dd5881b3dba790e1c36d0008091fe99cfb16e21fdaa8ad467db3d83271be09ba3c4f8d2fb66e03e9e')

package(){

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

}