# Maintainer: Det pkgname=jdk-devel-docs _major=11 _build=12 pkgver=${_major}b${_build} pkgrel=1 pkgdesc="Documentation for Oracle Java $_major Development Kit Snapshot" arch=('any') url="http://jdk.java.net/$_major/" license=('custom:Oracle') optdepends=("java-environment>=$_major: Compile and run examples") options=('!strip') source=("https://download.java.net/java/early_access/jdk${_major}/${_build}/BCL/jdk-${_major}-ea+${_build}_doc-all.zip" 'LICENSE-Early-Adopter-Development-Agreement.txt') sha256sums=('f46a89e5ffd612606ec6220c8f85aca344a1d8485313dd47fd03f741b21c90c9' '36d48f14c16f0dcc98a8ce2301fd2a111701e6f59a7da08b0e51fdb3e2f9ca89') package() { # Install install -d "$pkgdir"/usr/share/doc/java$_major/ mv docs/* "$pkgdir"/usr/share/doc/java$_major/ # License install -Dm644 LICENSE-Early-Adopter-Development-Agreement.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }