summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fc456e2fb5370442c225546038ffaf025770f67 (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.0
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.0/GAMA_1.9.0_Linux_with_JDK.deb")
sha512sums_x86_64=('cbd3cb98cec5d14d9ddf4f0d291f109376332b385a301cc75bd8d8b5e8bdcc9bc301b900746934cc5775511faa51e5aff62c1b8d882eea09dc69742d6e9ba78a')

package(){

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

}