summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7dbd6d042c535a6d49e9d912cce42d2b93133e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>

pkgname=graal-bin
pkgver=19.3.0
pkgrel=1
pkgdesc='Virtual package for backwards compatibility; please directly install jdk8-graalvm-bin instead'
arch=('x86_64')
url='https://www.graalvm.org/'
license=('custom')
depends=('jdk8-graalvm-bin')
optdepends=('graal-native-image-bin: plugin to generate native binary images (used to be bundled with this package before the 19.0.0 release)')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=()
sha256sums=()