Installer dustforce-humble-bundle

files:
- game: 'N/A: Select the .sh archive downloaded from Humble Bundle'
game:
  exe: Dustforce.bin.x86
installer:
- extract:
    dst: $CACHE
    file: game
    format: zip
- move:
    dst: $GAMEDIR
    src: $CACHE/data/noarch/content
- move:
    dst: $GAMEDIR
    src: $CACHE/data/x86/lib
- move:
    dst: $GAMEDIR
    src: $CACHE/data/x86/Dustforce.bin.x86
- move:
    dst: $GAMEDIR
    src: $CACHE/data/x86_64/lib64
- move:
    dst: $GAMEDIR
    src: $CACHE/data/x86_64/Dustforce.bin.x86_64
- chmodx: $GAMEDIR/Dustforce.bin.x86
- chmodx: $GAMEDIR/Dustforce.bin.x86_64
description: ''
game_slug: dustforce
gogslug: ''
humblestoreid: dustforce
installer_slug: dustforce-humble-bundle
name: Dustforce
notes: Defaults to 32 bit executable, 64 bit available in the game folder.
runner: linux
script:
  files:
  - game: 'N/A: Select the .sh archive downloaded from Humble Bundle'
  game:
    exe: Dustforce.bin.x86
  installer:
  - extract:
      dst: $CACHE
      file: game
      format: zip
  - move:
      dst: $GAMEDIR
      src: $CACHE/data/noarch/content
  - move:
      dst: $GAMEDIR
      src: $CACHE/data/x86/lib
  - move:
      dst: $GAMEDIR
      src: $CACHE/data/x86/Dustforce.bin.x86
  - move:
      dst: $GAMEDIR
      src: $CACHE/data/x86_64/lib64
  - move:
      dst: $GAMEDIR
      src: $CACHE/data/x86_64/Dustforce.bin.x86_64
  - chmodx: $GAMEDIR/Dustforce.bin.x86
  - chmodx: $GAMEDIR/Dustforce.bin.x86_64
slug: dustforce-humble-bundle
steamid: 65300
version: Humble Bundle
year: 2012
{
  "game_slug": "dustforce",
  "version": "Humble Bundle",
  "description": "",
  "notes": "Defaults to 32 bit executable, 64 bit available in the game folder.",
  "name": "Dustforce",
  "year": 2012,
  "steamid": 65300,
  "gogslug": "",
  "humblestoreid": "dustforce",
  "runner": "linux",
  "slug": "dustforce-humble-bundle",
  "installer_slug": "dustforce-humble-bundle",
  "script": {
    "files": [
      {
        "game": "N/A: Select the .sh archive downloaded from Humble Bundle"
      }
    ],
    "game": {
      "exe": "Dustforce.bin.x86"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "game",
          "format": "zip"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/data/noarch/content"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/data/x86/lib"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/data/x86/Dustforce.bin.x86"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/data/x86_64/lib64"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/data/x86_64/Dustforce.bin.x86_64"
        }
      },
      {
        "chmodx": "$GAMEDIR/Dustforce.bin.x86"
      },
      {
        "chmodx": "$GAMEDIR/Dustforce.bin.x86_64"
      }
    ]
  }
}
Back to game