Last active
June 22, 2018 11:15
-
-
Save KeKsBoTer/c83ea7aed0e71de097ece3f4e78d5c08 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "hompage": "https://www.randoom.org/Software/SetlX", | |
| "version": "2.7.0", | |
| "license": "BSD", | |
| "url": [ | |
| "http://download.randoom.org/setlX/pc/setlX_v2-7-0.binary_only.zip", | |
| "https://gist.githubusercontent.com/KeKsBoTer/2f0e139ac7d653b652b9935763fdbf8b/raw/afa6bf10d05077ea5cd029d9f22970b928cea2a1/setlX.ps1" | |
| ], | |
| "hash":[ | |
| "876c8aad46fc8c08e71d55fc0e6b9a46d753f16ea9655d1beae76d170b1f2de3", | |
| "048c051bf687adc6baa3997940f3c9ce61bb9ab0a6712682b2c12e2a892b19ec" | |
| ], | |
| "autoupdate": { | |
| "url": "http://download.randoom.org/setlX/pc/setlX_v$version.binary_only.zip" | |
| }, | |
| "bin":["setlX.ps1"], | |
| "post_install":" | |
| (Get-Content \"$dir\\setlX.ps1\") ` | |
| -replace '^[$]setlXJarDirectory.*$', \"`$setlXJarDirectory='$dir'\" ` | |
| -replace '^[$]SETLX_LIBRARY_PATH.*$', \"`$SETLX_LIBRARY_PATH='$dir\\setlXlibrary\\'\" | | |
| Out-File \"$dir\\setlX.ps1\" | |
| ", | |
| "suggest":{ | |
| "JRE":"java/oraclejre" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment