h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

14 lines
430 B
JSON

{
"homepage": "https://github.com/Jorl17/jar2app",
"description": "Convert any Java jar to a Mac OS X .App bundle.",
"version": "nightly",
"license": "GPL-2.0-only",
"url": "https://github.com/Jorl17/jar2app/archive/master.zip",
"extract_dir": "jar2app-master",
"depends": [
"python"
],
"pre_install": "echo \"python `\"$dir\\jar2app.py`\" @args\" | out-file \"$dir\\jar2app.ps1\"",
"bin": "jar2app.ps1"
}