Skip to content

Commit

Permalink
feat: add openjdk-17 (#4)
Browse files Browse the repository at this point in the history
* feat: add openjdk-17

* fix: openjdk category is not valid

* fix: invalid source package id
  • Loading branch information
s1n7ax committed Dec 3, 2023
1 parent 4faff12 commit caf3935
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/openjdk-17/package.yaml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
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

0 comments on commit caf3935

Please sign in to comment.