-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Liberica pre automation script and v21
- Loading branch information
Showing
11 changed files
with
186 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||
<metadata> | ||
<id>liberica21jdk</id> | ||
<version>21.0.1</version> | ||
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/LibericaJDK</packageSourceUrl> | ||
<title>Liberica JDK</title> | ||
<authors>BellSoft</authors> | ||
<owners>JohanJanssen</owners> | ||
<licenseUrl>https://github.com/bell-sw/Liberica/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://bell-sw.com/</projectUrl> | ||
<docsUrl>https://bell-sw.com/</docsUrl> | ||
<mailingListUrl>https://bell-sw.com/</mailingListUrl> | ||
<bugTrackerUrl>https://github.com/bell-sw/Liberica/issues</bugTrackerUrl> | ||
<projectSourceUrl>https://github.com/bell-sw/Liberica</projectSourceUrl> | ||
<tags>liberica java jvm</tags> | ||
<summary>Liberica is an open source Java Development Kit provided by BellSoft</summary> | ||
<description>Liberica is an open source Java Development Kit provided by BellSoft</description> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
$packageArgs = @{ | ||
PackageName = $env:ChocolateyPackageName | ||
Url64bit = 'https://github.com/bell-sw/Liberica/releases/download/21.0.1%2B12/bellsoft-jdk21.0.1%2B12-windows-amd64.msi' | ||
Checksum64 = '9aaacba8fa2abb0e0d01b9c743cc9e2076141513' | ||
ChecksumType64 = 'sha1' | ||
fileType = 'msi' | ||
silentArgs = "INSTALLLEVEL=3 /quiet" | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||
<metadata> | ||
<id>liberica21jdkfull</id> | ||
<version>21.0.1</version> | ||
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/LibericaJDKFull</packageSourceUrl> | ||
<title>Liberica JDK full includes LibericaFX and Minimal VM</title> | ||
<authors>BellSoft</authors> | ||
<owners>JohanJanssen</owners> | ||
<licenseUrl>https://github.com/bell-sw/Liberica/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://bell-sw.com/</projectUrl> | ||
<docsUrl>https://bell-sw.com/</docsUrl> | ||
<mailingListUrl>https://bell-sw.com/</mailingListUrl> | ||
<bugTrackerUrl>https://github.com/bell-sw/Liberica/issues</bugTrackerUrl> | ||
<projectSourceUrl>https://github.com/bell-sw/Liberica</projectSourceUrl> | ||
<tags>liberica java jvm</tags> | ||
<summary>Liberica is an open source Java Development Kit provided by BellSoft</summary> | ||
<description>Liberica is an open source Java Development Kit provided by BellSoft</description> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
$packageArgs = @{ | ||
PackageName = $env:ChocolateyPackageName | ||
Url64bit = 'https://github.com/bell-sw/Liberica/releases/download/21.0.1%2B12/bellsoft-jdk21.0.1%2B12-windows-amd64-full.msi' | ||
Checksum64 = '67f8fd9254c8d2b2ed811c285b21fba183e1a7c5' | ||
ChecksumType64 = 'sha1' | ||
fileType = 'msi' | ||
silentArgs = "INSTALLLEVEL=3 /quiet" | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||
<metadata> | ||
<id>liberica21jdklite</id> | ||
<version>21.0.1</version> | ||
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/LibericaJDKLite</packageSourceUrl> | ||
<title>Liberica JDK lite modules are compressed without the javafx modules </title> | ||
<authors>BellSoft</authors> | ||
<owners>JohanJanssen</owners> | ||
<licenseUrl>https://github.com/bell-sw/Liberica/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://bell-sw.com/</projectUrl> | ||
<docsUrl>https://bell-sw.com/</docsUrl> | ||
<mailingListUrl>https://bell-sw.com/</mailingListUrl> | ||
<bugTrackerUrl>https://github.com/bell-sw/Liberica/issues</bugTrackerUrl> | ||
<projectSourceUrl>https://github.com/bell-sw/Liberica</projectSourceUrl> | ||
<tags>liberica java jvm</tags> | ||
<summary>Liberica is an open source Java Development Kit provided by BellSoft</summary> | ||
<description>Liberica is an open source Java Development Kit provided by BellSoft</description> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
$packageArgs = @{ | ||
PackageName = $env:ChocolateyPackageName | ||
Url64bit = 'https://github.com/bell-sw/Liberica/releases/download/21.0.1%2B12/bellsoft-jdk21.0.1%2B12-windows-amd64-lite.msi' | ||
Checksum64 = '79e3176819f3f51dd1f175583f294e3637b8521e' | ||
ChecksumType64 = 'sha1' | ||
fileType = 'msi' | ||
silentArgs = "INSTALLLEVEL=3 /quiet" | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||
<metadata> | ||
<id>liberica21jre</id> | ||
<version>21.0.1</version> | ||
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/LibericaJRE</packageSourceUrl> | ||
<title>Liberica JRE</title> | ||
<authors>BellSoft</authors> | ||
<owners>JohanJanssen</owners> | ||
<licenseUrl>https://github.com/bell-sw/Liberica/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://bell-sw.com/</projectUrl> | ||
<docsUrl>https://bell-sw.com/</docsUrl> | ||
<mailingListUrl>https://bell-sw.com/</mailingListUrl> | ||
<bugTrackerUrl>https://github.com/bell-sw/Liberica/issues</bugTrackerUrl> | ||
<projectSourceUrl>https://github.com/bell-sw/Liberica</projectSourceUrl> | ||
<tags>liberica java jvm</tags> | ||
<summary>Liberica is an open source Java Development Kit provided by BellSoft</summary> | ||
<description>Liberica is an open source Java Development Kit provided by BellSoft</description> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
$packageArgs = @{ | ||
PackageName = $env:ChocolateyPackageName | ||
Url64bit = 'https://github.com/bell-sw/Liberica/releases/download/21.0.1%2B12/bellsoft-jre21.0.1%2B12-windows-amd64.msi' | ||
Checksum64 = '21baff2f27429143773a973b3ecabb3c79cb5add' | ||
ChecksumType64 = 'sha1' | ||
fileType = 'msi' | ||
silentArgs = "INSTALLLEVEL=3 /quiet" | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||
<metadata> | ||
<id>liberica21jrefull</id> | ||
<version>21.0.1</version> | ||
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/LibericaJREFull</packageSourceUrl> | ||
<title>Liberica JRE full includes LibericaFX and Minimal VM</title> | ||
<authors>BellSoft</authors> | ||
<owners>JohanJanssen</owners> | ||
<licenseUrl>https://github.com/bell-sw/Liberica/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://bell-sw.com/</projectUrl> | ||
<docsUrl>https://bell-sw.com/</docsUrl> | ||
<mailingListUrl>https://bell-sw.com/</mailingListUrl> | ||
<bugTrackerUrl>https://github.com/bell-sw/Liberica/issues</bugTrackerUrl> | ||
<projectSourceUrl>https://github.com/bell-sw/Liberica</projectSourceUrl> | ||
<tags>liberica java jvm</tags> | ||
<summary>Liberica is an open source Java Development Kit provided by BellSoft</summary> | ||
<description>Liberica is an open source Java Development Kit provided by BellSoft</description> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
$packageArgs = @{ | ||
PackageName = $env:ChocolateyPackageName | ||
Url64bit = 'https://github.com/bell-sw/Liberica/releases/download/21.0.1%2B12/bellsoft-jre21.0.1%2B12-windows-amd64-full.msi' | ||
Checksum64 = 'd08dadbf22ceffb6f1dee37a2e6d3cff15fa0e08' | ||
ChecksumType64 = 'sha1' | ||
fileType = 'msi' | ||
silentArgs = "INSTALLLEVEL=3 /quiet" | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters