files:
- omf2097: https://www.omf2097.com/pub/files/omf/omf2097.rar
game:
exe: $GAMEDIR/bin/openomf
installer:
- execute:
command: curl https://api.github.com/repos/omf2097/openomf/releases | grep browser_download_url
| grep linux | cut -d '"' -f 4 | head -n 1 | wget -i- -O "$CACHE/openomf.tar.gz"
description: Download latest OpenOMF release
- extract:
dst: $GAMEDIR/share/games/openomf
file: omf2097
- extract:
dst: $GAMEDIR
file: $CACHE/openomf.tar.gz
description: Installs OpenOMF https://www.openomf.org/
game_slug: one-must-fall-2097
gogslug: ''
humblestoreid: ''
installer_slug: one-must-fall-2097-openomf
name: One Must Fall 2097
notes: 'See dependencies here: https://github.com/omf2097/openomf/blob/master/INSTALL.md'
runner: linux
script:
files:
- omf2097: https://www.omf2097.com/pub/files/omf/omf2097.rar
game:
exe: $GAMEDIR/bin/openomf
installer:
- execute:
command: curl https://api.github.com/repos/omf2097/openomf/releases | grep browser_download_url
| grep linux | cut -d '"' -f 4 | head -n 1 | wget -i- -O "$CACHE/openomf.tar.gz"
description: Download latest OpenOMF release
- extract:
dst: $GAMEDIR/share/games/openomf
file: omf2097
- extract:
dst: $GAMEDIR
file: $CACHE/openomf.tar.gz
slug: one-must-fall-2097-openomf
steamid: null
version: OpenOMF
year: 1994
{
"game_slug": "one-must-fall-2097",
"version": "OpenOMF",
"description": "Installs OpenOMF https://www.openomf.org/",
"notes": "See dependencies here: https://github.com/omf2097/openomf/blob/master/INSTALL.md",
"name": "One Must Fall 2097",
"year": 1994,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "one-must-fall-2097-openomf",
"installer_slug": "one-must-fall-2097-openomf",
"script": {
"files": [
{
"omf2097": "https://www.omf2097.com/pub/files/omf/omf2097.rar"
}
],
"game": {
"exe": "$GAMEDIR/bin/openomf"
},
"installer": [
{
"execute": {
"command": "curl https://api.github.com/repos/omf2097/openomf/releases | grep browser_download_url | grep linux | cut -d '\"' -f 4 | head -n 1 | wget -i- -O \"$CACHE/openomf.tar.gz\"",
"description": "Download latest OpenOMF release"
}
},
{
"extract": {
"dst": "$GAMEDIR/share/games/openomf",
"file": "omf2097"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "$CACHE/openomf.tar.gz"
}
}
]
}
}