Alien-OpenJDK

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

  # See <https://hg.openjdk.java.net/jdk/jdk/raw-file/tip/doc/building.html#boot-jdk-requirements>.
  plugin 'Download::GitHub' => (
    github_user => 'openjdk',
    github_repo => 'jdk',
    tags_only   => 1,
  );
  plugin 'Build::Autoconf' => (
    with_pic => 0,
  );
  patch sub {
    path('configure')->chmod('u+x');
  };
  build [
    '%{configure}',
    '%{make}',
    '%{make} install',
  ];
}

sub _decode {
  if( $_[0]->{content} ) {



( run in 0.551 second using v1.01-cache-2.11-cpan-496ff517765 )