scoop-games/bucket/angband.json

45 lines
1.4 KiB
JSON
Raw Normal View History

2019-08-08 12:00:31 -07:00
{
2022-03-05 13:34:10 -08:00
"version": "4.2.4",
"description": "A free single-player dungeon exploration Roguelike",
"homepage": "https://rephial.org/",
2019-08-08 12:00:31 -07:00
"license": "GPL-2.0",
2022-03-05 13:34:10 -08:00
"notes": "Configuration files cannot be persisted, but will be retained during package updates.",
2022-02-21 16:32:11 -08:00
"url": "https://github.com/angband/angband/releases/download/4.2.4/angband-4.2.4-win.zip",
"hash": "efd1932ca0d266fd0d785b7c41a60979be20709f8cd0571387976eae74379ed7",
2022-03-05 13:34:10 -08:00
"extract_dir": "angband-4.2.4",
"post_install": [
"'angband.INI' | ForEach-Object {",
" if (!(Test-Path \"$persist_dir\\$_.bak\")) {",
" New-Item -ItemType File \"$dir\\$_\" | Out-Null",
" } else {",
" Copy-Item \"$persist_dir\\$_.bak\" \"$dir\\$_\" -Force",
" }",
"}"
],
2022-03-05 13:34:10 -08:00
"shortcuts": [
[
"angband.exe",
"Angband\\Angband"
],
[
"docs\\index.html",
"Angband\\Angband Manual"
]
],
"persist": "lib\\user",
"uninstaller": {
"script": [
"'angband.INI' | ForEach-Object {",
" Copy-Item \"$dir\\$_\" \"$persist_dir\\$_.bak\" -Force",
"}"
]
},
"checkver": {
"github": "https://github.com/angband/angband/"
},
"autoupdate": {
"url": "https://github.com/angband/angband/releases/download/$version/angband-$version-win.zip",
"extract_dir": "angband-$version"
2022-03-05 13:34:10 -08:00
}
2019-08-08 12:00:31 -07:00
}