#TODO not compiled or tested # build instructions: https://github.com/openjdk/jdk11u/blob/master/doc/building.md [source] git = "https://github.com/openjdk/jdk11u" rev = "jdk-11.0.29-ga" shallow_clone = true script = "chmod a+x configure" [build] template = "configure" configureflags = [ "--enable-headless-only=yes", ] dependencies = [ "fontconfig", ]