From caf393582afd7031914a0c3e5febf77f2f4ecef5 Mon Sep 17 00:00:00 2001 From: Srinesh Nisala Date: Sun, 3 Dec 2023 13:11:25 +0530 Subject: [PATCH] feat: add openjdk-17 (#4) * feat: add openjdk-17 * fix: openjdk category is not valid * fix: invalid source package id --- packages/openjdk-17/package.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/openjdk-17/package.yaml diff --git a/packages/openjdk-17/package.yaml b/packages/openjdk-17/package.yaml new file mode 100644 index 0000000..1677001 --- /dev/null +++ b/packages/openjdk-17/package.yaml @@ -0,0 +1,28 @@ +--- +name: openjdk-17 +description: | + The Java Development Kit is a distribution of Java Technology by Oracle Corporation. + It implements the Java Language Specification and the Java Virtual Machine Specification + and provides the Standard Edition of the Java Application Programming Interface. +homepage: https://github.com/eclipse/eclipse.jdt.ls +licenses: + - GPL-2.0 +languages: + - Java +categories: + - Runtime + +source: + id: pkg:generic/java/openjdk@17.0.2 + download: + - target: [darwin_x64, darwin_arm64] + files: + openjdk-17.0.2.zip: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_windows-x64_bin.zip + + - target: linux + files: + openjdk-17.0.2.tar.gz: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz + + - target: win + files: + openjdk-17.0.2.tar.gz: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_macos-x64_bin.tar.gz