Installer mega-man-64-megaman64recompiled

files:
- engine: https://github.com/MegaMan64Recomp/MegaMan64Recompiled/releases/download/v0.9.1/MegaMan64Recompiled-v0.9.1-Linux-X64.zip
game:
  exe: $GAMEDIR/MegaMan64Recompiled
installer:
- extract:
    dst: $CACHE
    file: engine
- extract:
    dst: $GAMEDIR
    file: $CACHE/MegaMan64Recompiled.tar.gz
    format: tgz
- execute:
    command: cd "$GAMEDIR" ; touch portable.txt ;
description: Play "Mega Man 64" on Linux!
game_slug: mega-man-64
gogslug: ''
humblestoreid: ''
installer_slug: mega-man-64-megaman64recompiled
name: Mega Man 64
notes: "- Using MegaMan64Recompiled engine\r\n- You will need to provide Mega Man\
  \ 64 rom file in .z64 format"
runner: linux
script:
  files:
  - engine: https://github.com/MegaMan64Recomp/MegaMan64Recompiled/releases/download/v0.9.1/MegaMan64Recompiled-v0.9.1-Linux-X64.zip
  game:
    exe: $GAMEDIR/MegaMan64Recompiled
  installer:
  - extract:
      dst: $CACHE
      file: engine
  - extract:
      dst: $GAMEDIR
      file: $CACHE/MegaMan64Recompiled.tar.gz
      format: tgz
  - execute:
      command: cd "$GAMEDIR" ; touch portable.txt ;
slug: mega-man-64-megaman64recompiled
steamid: null
version: MegaMan64Recompiled
year: 2000
{
  "game_slug": "mega-man-64",
  "version": "MegaMan64Recompiled",
  "description": "Play \"Mega Man 64\" on Linux!",
  "notes": "- Using MegaMan64Recompiled engine\r\n- You will need to provide Mega Man 64 rom file in .z64 format",
  "name": "Mega Man 64",
  "year": 2000,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "mega-man-64-megaman64recompiled",
  "installer_slug": "mega-man-64-megaman64recompiled",
  "script": {
    "files": [
      {
        "engine": "https://github.com/MegaMan64Recomp/MegaMan64Recompiled/releases/download/v0.9.1/MegaMan64Recompiled-v0.9.1-Linux-X64.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/MegaMan64Recompiled"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "engine"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$CACHE/MegaMan64Recompiled.tar.gz",
          "format": "tgz"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\" ; touch portable.txt ;"
        }
      }
    ]
  }
}
Back to game