Installer me-and-my-shadow-05a

files:
- file: https://github.com/acmepjz/meandmyshadow/archive/refs/tags/v0.5a.zip
game:
  exe: $GAMEDIR/meandmyshadow
installer:
- execute:
    command: cd "$GAMEDIR"; mkdir src
- move:
    dst: $GAMEDIR/src/v0.5a.zip
    src: file
- extract:
    file: file
    format: zip
- execute:
    command: cd "$GAMEDIR"; mkdir build; cd build; cmake ..; make; mv meandmyshadow
      ..
require-binaries: cmake, make, gcc
description: Build from source.
game_slug: me-and-my-shadow
gogslug: ''
humblestoreid: ''
installer_slug: me-and-my-shadow-05a
name: Me and My Shadow
notes: "Requires following libraries and development files:\r\n  * libSDL2\r\n  *\
  \ libSDL2_image\r\n  * libSDL2_ttf\r\n  * libSDL2_mixer\r\n  * libcurl\r\n  * libarchive\r\
  \n  * liblua ( >=5.2 )"
runner: linux
script:
  files:
  - file: https://github.com/acmepjz/meandmyshadow/archive/refs/tags/v0.5a.zip
  game:
    exe: $GAMEDIR/meandmyshadow
  installer:
  - execute:
      command: cd "$GAMEDIR"; mkdir src
  - move:
      dst: $GAMEDIR/src/v0.5a.zip
      src: file
  - extract:
      file: file
      format: zip
  - execute:
      command: cd "$GAMEDIR"; mkdir build; cd build; cmake ..; make; mv meandmyshadow
        ..
  require-binaries: cmake, make, gcc
slug: me-and-my-shadow-05a
steamid: null
version: 0.5a
year: null
{
  "game_slug": "me-and-my-shadow",
  "version": "0.5a",
  "description": "Build from source.",
  "notes": "Requires following libraries and development files:\r\n  * libSDL2\r\n  * libSDL2_image\r\n  * libSDL2_ttf\r\n  * libSDL2_mixer\r\n  * libcurl\r\n  * libarchive\r\n  * liblua ( >=5.2 )",
  "name": "Me and My Shadow",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "me-and-my-shadow-05a",
  "installer_slug": "me-and-my-shadow-05a",
  "script": {
    "files": [
      {
        "file": "https://github.com/acmepjz/meandmyshadow/archive/refs/tags/v0.5a.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/meandmyshadow"
    },
    "installer": [
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; mkdir src"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/src/v0.5a.zip",
          "src": "file"
        }
      },
      {
        "extract": {
          "file": "file",
          "format": "zip"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; mkdir build; cd build; cmake ..; make; mv meandmyshadow .."
        }
      }
    ],
    "require-binaries": "cmake, make, gcc"
  }
}
Back to game