diff --git a/bucket/app-name.json.template b/bucket/app-name.json.template deleted file mode 100644 index e3bbbd2..0000000 --- a/bucket/app-name.json.template +++ /dev/null @@ -1,63 +0,0 @@ -{ - "##": "This file is a template. Fill the blanks and add or remove fields as necessary.", - "version": "", - "description": "", - "homepage": "", - "license": "", - "notes": "", - "architecture": { - "64bit": { - "url": "", - "hash": "" - }, - "32bit": { - "url": "", - "hash": "" - }, - "arm64": { - "url": "", - "hash": "" - } - }, - "pre_install": "", - "installer": { - "script": "" - }, - "post_install": [ - "", - "" - ], - "uninstaller": { - "script": "" - }, - "bin": "", - "env_add_path": [ - "", - "" - ], - "persist": [ - "", - "" - ], - "checkver": { - "url": "", - "regex": "" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "" - }, - "32bit": { - "url": "" - }, - "arm64": { - "url": "" - } - }, - "hash": { - "url": "", - "regex": "" - } - } -} diff --git a/bucket/cheat-engine.json b/bucket/cheat-engine.json new file mode 100644 index 0000000..a1f59cf --- /dev/null +++ b/bucket/cheat-engine.json @@ -0,0 +1,53 @@ +{ + "version": "7.5.0-7712", + "description": "Tool for modifying/debugging single player games and applications.", + "homepage": "https://cheatengine.org/index.php", + "license": { + "identifier": "Freeware", + "url": "https://github.com/cheat-engine/cheat-engine/issues/60#issuecomment-467317576" + }, + "url": "https://github.com/ardittristan/cheat-engine/releases/download/7.5.0-7712/release.zip", + "hash": "ed9ebf8952ee04af166f90dd28e49835149f122c699aa85b56e0bee9730a2dac", + "architecture": { + "64bit": { + "shortcuts": [ + [ + "cheatengine-x86_64-SSE4-AVX2.exe", + "Cheat Engine" + ], + [ + "windowsrepair.exe", + "Cheat Engine Windows Repair" + ], + [ + "tutorial-x86_64.exe", + "Cheat Engine Tutorial" + ] + ] + }, + "32bit": { + "shortcuts": [ + [ + "cheatengine-i386.exe", + "Cheat Engine" + ], + [ + "windowsrepair.exe", + "Cheat Engine Windows Repair" + ], + [ + "tutorial-i386.exe", + "Cheat Engine Tutorial" + ] + ] + } + }, + "checkver": { + "url": "https://api.github.com/repos/ardittristan/cheat-engine/releases?per_page=1", + "jsonpath": "$..tag_name", + "regex": "([\\d.-]+)" + }, + "autoupdate": { + "url": "https://github.com/ardittristan/cheat-engine/releases/download/$version/release.zip" + } +}