Installer sonic-the-hedgehog-mobile-decompilation

files:
- game: N/A:Please select the Data.rsdk file from the Android release
game:
  exe: RSDKv4
installer:
- copy:
    dst: $GAMEDIR
    src: game
- execute:
    command: cd $CACHE && git clone --recursive https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation.git
      && cd '$CACHE/Sonic-1-2-2013-Decompilation' && make
    description: Build decompilation binary
    working_dir: $CACHE
- merge:
    dst: $GAMEDIR
    src: $CACHE/Sonic-1-2-2013-Decompilation/bin
description: Installs Sonic Decompilation https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation
game_slug: sonic-the-hedgehog
gogslug: ''
humblestoreid: ''
installer_slug: sonic-the-hedgehog-mobile-decompilation
name: Sonic the Hedgehog
notes: "Please ensure you have the required Data.rsdk file from the Android release\
  \ and the prerequisites for building here: https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation#decompilation-1\r\
  \n\r\nOptions can be changed in settings.ini under ~/.local/share/RSDKv4/"
runner: linux
script:
  files:
  - game: N/A:Please select the Data.rsdk file from the Android release
  game:
    exe: RSDKv4
  installer:
  - copy:
      dst: $GAMEDIR
      src: game
  - execute:
      command: cd $CACHE && git clone --recursive https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation.git
        && cd '$CACHE/Sonic-1-2-2013-Decompilation' && make
      description: Build decompilation binary
      working_dir: $CACHE
  - merge:
      dst: $GAMEDIR
      src: $CACHE/Sonic-1-2-2013-Decompilation/bin
slug: sonic-the-hedgehog-mobile-decompilation
steamid: null
version: Mobile Decompilation
year: 1991
{
  "game_slug": "sonic-the-hedgehog",
  "version": "Mobile Decompilation",
  "description": "Installs Sonic Decompilation https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation",
  "notes": "Please ensure you have the required Data.rsdk file from the Android release and the prerequisites for building here: https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation#decompilation-1\r\n\r\nOptions can be changed in settings.ini under ~/.local/share/RSDKv4/",
  "name": "Sonic the Hedgehog",
  "year": 1991,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "sonic-the-hedgehog-mobile-decompilation",
  "installer_slug": "sonic-the-hedgehog-mobile-decompilation",
  "script": {
    "files": [
      {
        "game": "N/A:Please select the Data.rsdk file from the Android release"
      }
    ],
    "game": {
      "exe": "RSDKv4"
    },
    "installer": [
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "game"
        }
      },
      {
        "execute": {
          "command": "cd $CACHE && git clone --recursive https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation.git && cd '$CACHE/Sonic-1-2-2013-Decompilation' && make",
          "description": "Build decompilation binary",
          "working_dir": "$CACHE"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/Sonic-1-2-2013-Decompilation/bin"
        }
      }
    ]
  }
}
Back to game