files:
- archive: https://github.com/Tuxemon/Tuxemon/archive/development.zip
game:
exe: $GAMEDIR/run_tuxemon.py
working_dir: $GAMEDIR
installer:
- extract:
file: $archive
- chmodx: $GAMEDIR/run_tuxemon.py
system:
env:
SOMEENV: true
description: ''
game_slug: tuxemon
gogslug: ''
humblestoreid: ''
installer_slug: tuxemon-development
name: Tuxemon
notes: "To start the game some dependencies are required (Pygame, ....)\nYou can install\
\ these dependencies running the command : \n - python3 -m pip install -U -r /home/$USER/Games/tuxemon/requirements.txt"
runner: linux
script:
files:
- archive: https://github.com/Tuxemon/Tuxemon/archive/development.zip
game:
exe: $GAMEDIR/run_tuxemon.py
working_dir: $GAMEDIR
installer:
- extract:
file: $archive
- chmodx: $GAMEDIR/run_tuxemon.py
system:
env:
SOMEENV: true
slug: tuxemon-development
steamid: null
version: Development
year: 2015
{
"game_slug": "tuxemon",
"version": "Development",
"description": "",
"notes": "To start the game some dependencies are required (Pygame, ....)\nYou can install these dependencies running the command : \n - python3 -m pip install -U -r /home/$USER/Games/tuxemon/requirements.txt",
"name": "Tuxemon",
"year": 2015,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "tuxemon-development",
"installer_slug": "tuxemon-development",
"script": {
"files": [
{
"archive": "https://github.com/Tuxemon/Tuxemon/archive/development.zip"
}
],
"game": {
"exe": "$GAMEDIR/run_tuxemon.py",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"file": "$archive"
}
},
{
"chmodx": "$GAMEDIR/run_tuxemon.py"
}
],
"system": {
"env": {
"SOMEENV": true
}
}
}
}