scoop-games/bucket/doomsday.json

32 lines
968 B
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "http://dengine.net/",
"description": "Modern source port for Doom, Heretic, Hexen and more",
2020-05-20 13:40:22 -07:00
"version": "2.2.2",
2019-03-07 18:44:25 -08:00
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
2020-05-20 13:40:22 -07:00
"url": "https://files.dengine.net/archive/doomsday_2.2.2_x64.zip",
"hash": "043fc4f2ba3d126aeb489f6cd6468e390a234f3bad859cb42f8499a5c855a29d",
"extract_dir": "doomsday_2.2.2_x64"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2020-05-20 13:40:22 -07:00
"url": "https://files.dengine.net/archive/doomsday_2.2.2_x86.zip",
"hash": "34a52c6a4fd30ecd628fe4c226ede158f1909e34ce60cbcd5f11a0706ca1cf3f",
"extract_dir": "doomsday_2.2.2_x86"
2019-03-07 18:44:25 -08:00
}
},
2019-03-07 18:44:57 -08:00
"bin": "bin\\Doomsday.exe",
2019-03-07 18:44:25 -08:00
"shortcuts": [
[
"bin\\Doomsday.exe",
"Doomsday Engine"
]
],
2019-03-07 18:44:57 -08:00
"persist": "data",
2019-03-07 18:44:25 -08:00
"notes": [
"Place WAD files (game data) in:",
"",
2019-03-07 18:44:57 -08:00
" $persist_dir\\data"
2019-03-07 18:44:25 -08:00
]
}