# Template file for 'jetbrains-jdk-bin' pkgname=jetbrains-jdk-bin version=11.0.10b1379.1 revision=1 archs="x86_64" wrksrc="jbrsdk" hostmakedepends="wget" short_desc="JetBrains Java 11 JDK" maintainer="Anton Afanasyev " license="GPL-2.0-only, Classpath-exception-2.0" homepage="https://github.com/JetBrains/JetBrainsRuntime" _jdk_ver=${version%b*} _jdk_build=${version#*b} distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz" checksum=224e21f5e59aa21ee81793a44b0bdbef62aba43030d7ea90c2e6dc78a4401f86 fetch_cmd="wget --quiet" # This JDK appears to link to libs that do not exist, but functions well even in their absence. # Best guess is that they are optional. ¯\_(ツ)_/¯ noverifyrdeps=yes nopie=yes do_install() { TARGET_PATH="usr/lib/jvm/jbrsdk" vmkdir ${TARGET_PATH} vcopy bin ${TARGET_PATH} vcopy conf ${TARGET_PATH} vcopy include ${TARGET_PATH} vcopy jmods ${TARGET_PATH} vcopy legal ${TARGET_PATH} vcopy lib ${TARGET_PATH} vcopy release ${TARGET_PATH} vmkdir etc/profile.d cat > ${DESTDIR}/etc/profile.d/10_jbrsdk.sh <