Installer freeorion-flatpak

game:
  args: run $FQDN
  exe: /usr/bin/flatpak
installer:
- execute:
    args: install flathub -y --noninteractive $FQDN
    description: Installing with flatpak
    disable_runtime: true
    file: /usr/bin/flatpak
require-binaries: flatpak
variables:
  FQDN: org.freeorion.FreeOrion
description: Official Flatpak Version
game_slug: freeorion
gogslug: ''
humblestoreid: ''
installer_slug: freeorion-flatpak
name: FreeOrion
notes: Requires Flatpak to be installed on the system
runner: linux
script:
  game:
    args: run $FQDN
    exe: /usr/bin/flatpak
  installer:
  - execute:
      args: install flathub -y --noninteractive $FQDN
      description: Installing with flatpak
      disable_runtime: true
      file: /usr/bin/flatpak
  require-binaries: flatpak
  variables:
    FQDN: org.freeorion.FreeOrion
slug: freeorion-flatpak
steamid: null
version: Flatpak
year: 2004
{
  "game_slug": "freeorion",
  "version": "Flatpak",
  "description": "Official Flatpak Version",
  "notes": "Requires Flatpak to be installed on the system",
  "name": "FreeOrion",
  "year": 2004,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "freeorion-flatpak",
  "installer_slug": "freeorion-flatpak",
  "script": {
    "game": {
      "args": "run $FQDN",
      "exe": "/usr/bin/flatpak"
    },
    "installer": [
      {
        "execute": {
          "args": "install flathub -y --noninteractive $FQDN",
          "description": "Installing with flatpak",
          "disable_runtime": true,
          "file": "/usr/bin/flatpak"
        }
      }
    ],
    "require-binaries": "flatpak",
    "variables": {
      "FQDN": "org.freeorion.FreeOrion"
    }
  }
}
Back to game