summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a6283e3558fb587fc2ad8bbcb9a6209c8e8971f2 (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.rc2
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.8.2-RC2/GAMA_1.8.2-RC2_Linux_with_JDK.deb")
sha512sums_x86_64=('c5f6c6cac544d195c8cc3cb8af92ccf04f601114455edfb734afdde760617a6f2bcccd3fe401cdf08e270df5581e615880606b00e3061b8335bdbdd4fe173793')

package(){

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

}