Installer nullpomino-760_x86_64

files:
- game: https://filedn.com/lHGef0SOQKnBTotcJeEfshJ/Games/Lutris/nullpomino_x86_64_Linux.tar.gz
game:
  exe: $GAMEDIR/play.sh
installer:
- input_menu:
    description: 'Choose a version:'
    id: VERSION
    options:
    - play_sdl: SDL (640x480)
    - play_slick: Slick (java8-openjdk requred, resizable, music)
    - play_swing: Swing (resizable, no music)
    preselect: play_slick
- extract:
    file: game
- execute:
    command: cd "$GAMEDIR"; ln -s "$INPUT_VERSION" play.sh
- chmodx: play.sh
- chmodx: play_sdl
- chmodx: play_slick
- chmodx: play_swing
description: Installs patched version 7.6.0 of NullpoMino for x86_64 Linux
game_slug: nullpomino
gogslug: ''
humblestoreid: ''
installer_slug: nullpomino-760_x86_64
name: NullpoMino
notes: 64 bit SDL libs added, play_slick modified to point to java8-openjdk- won't
  run on newer versions
runner: linux
script:
  files:
  - game: https://filedn.com/lHGef0SOQKnBTotcJeEfshJ/Games/Lutris/nullpomino_x86_64_Linux.tar.gz
  game:
    exe: $GAMEDIR/play.sh
  installer:
  - input_menu:
      description: 'Choose a version:'
      id: VERSION
      options:
      - play_sdl: SDL (640x480)
      - play_slick: Slick (java8-openjdk requred, resizable, music)
      - play_swing: Swing (resizable, no music)
      preselect: play_slick
  - extract:
      file: game
  - execute:
      command: cd "$GAMEDIR"; ln -s "$INPUT_VERSION" play.sh
  - chmodx: play.sh
  - chmodx: play_sdl
  - chmodx: play_slick
  - chmodx: play_swing
slug: nullpomino-760_x86_64
steamid: null
version: 7.6.0_x86_64
year: 2011
{
  "game_slug": "nullpomino",
  "version": "7.6.0_x86_64",
  "description": "Installs patched version 7.6.0 of NullpoMino for x86_64 Linux",
  "notes": "64 bit SDL libs added, play_slick modified to point to java8-openjdk- won't run on newer versions",
  "name": "NullpoMino",
  "year": 2011,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "nullpomino-760_x86_64",
  "installer_slug": "nullpomino-760_x86_64",
  "script": {
    "files": [
      {
        "game": "https://filedn.com/lHGef0SOQKnBTotcJeEfshJ/Games/Lutris/nullpomino_x86_64_Linux.tar.gz"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/play.sh"
    },
    "installer": [
      {
        "input_menu": {
          "description": "Choose a version:",
          "id": "VERSION",
          "options": [
            {
              "play_sdl": "SDL (640x480)"
            },
            {
              "play_slick": "Slick (java8-openjdk requred, resizable, music)"
            },
            {
              "play_swing": "Swing (resizable, no music)"
            }
          ],
          "preselect": "play_slick"
        }
      },
      {
        "extract": {
          "file": "game"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; ln -s \"$INPUT_VERSION\" play.sh"
        }
      },
      {
        "chmodx": "play.sh"
      },
      {
        "chmodx": "play_sdl"
      },
      {
        "chmodx": "play_slick"
      },
      {
        "chmodx": "play_swing"
      }
    ]
  }
}
Back to game