summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dc163a4fb86d0c04b6344f4c26163cddc00887aa (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.8.2.rc1
pkgrel=2
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.8.2-RC1/GAMA_1.8.2-RC1_Linux_with_JDK.deb")
sha512sums_x86_64=('fe09e8cad6b38f5cac56689061df781b38ad56fe07c739bd3dc4bb52c3445817217a61a5840538aeb94e3daca623415a7be188375ee9874a1896cc3c061be135')

package(){

	# Extract package data
	tar -xJ -f data.tar.xz -C "${pkgdir}"

}