Jakub Čábera 2a9e04a144 clink: Update to version 1.1.20
format [j-k]*
2021-01-12 07:52:21 +01:00

12 lines
438 B
JSON

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