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: com.play0ad.zeroad
description: Unofficial Flatpak Version
game_slug: 0-ad
gogslug: ''
humblestoreid: ''
installer_slug: 0-ad-flatpak
name: 0 A.D.
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: com.play0ad.zeroad
slug: 0-ad-flatpak
steamid: null
version: Flatpak
year: 2014
{
"game_slug": "0-ad",
"version": "Flatpak",
"description": "Unofficial Flatpak Version",
"notes": "Requires Flatpak to be installed on the system.",
"name": "0 A.D.",
"year": 2014,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "0-ad-flatpak",
"installer_slug": "0-ad-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": "com.play0ad.zeroad"
}
}
}