Installer jumpjet-rex-humble

files:
- game: 'N/A: Please select the *.zip downloaded from https://www.humblebundle.com'
game:
  exe: $GAMEDIR/start.sh
installer:
- extract:
    dst: $GAMEDIR
    format: zip
    src: $game
- write_file:
    content: '#!/bin/sh

      if (uname -m | grep "64"); then

      arch="x86_64";

      else

      arch="x86";

      fi;

      ./JumpJetRex.$arch

      '
    file: $GAMEDIR/start.sh
- chmodx: $GAMEDIR/start.sh
description: null
game_slug: jumpjet-rex
gogslug: ''
humblestoreid: ''
installer_slug: jumpjet-rex-humble
name: JumpJet Rex
notes: ''
runner: linux
script:
  files:
  - game: 'N/A: Please select the *.zip downloaded from https://www.humblebundle.com'
  game:
    exe: $GAMEDIR/start.sh
  installer:
  - extract:
      dst: $GAMEDIR
      format: zip
      src: $game
  - write_file:
      content: '#!/bin/sh

        if (uname -m | grep "64"); then

        arch="x86_64";

        else

        arch="x86";

        fi;

        ./JumpJetRex.$arch

        '
      file: $GAMEDIR/start.sh
  - chmodx: $GAMEDIR/start.sh
slug: jumpjet-rex-humble
steamid: 329460
version: Humble
year: 2015
{
  "game_slug": "jumpjet-rex",
  "version": "Humble",
  "description": null,
  "notes": "",
  "name": "JumpJet Rex",
  "year": 2015,
  "steamid": 329460,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "jumpjet-rex-humble",
  "installer_slug": "jumpjet-rex-humble",
  "script": {
    "files": [
      {
        "game": "N/A: Please select the *.zip downloaded from https://www.humblebundle.com"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/start.sh"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "format": "zip",
          "src": "$game"
        }
      },
      {
        "write_file": {
          "content": "#!/bin/sh\nif (uname -m | grep \"64\"); then\narch=\"x86_64\";\nelse\narch=\"x86\";\nfi;\n./JumpJetRex.$arch\n",
          "file": "$GAMEDIR/start.sh"
        }
      },
      {
        "chmodx": "$GAMEDIR/start.sh"
      }
    ]
  }
}
Back to game