game:
args: run $FQDN
exe: /usr/bin/flatpak
working_dir: $GAMEDIR
installer:
- execute:
args: install flathub -y $FQDN
description: Installing with flatpak
disable_runtime: true
file: /usr/bin/flatpak
require-binaries: flatpak
variables:
FQDN: com.valvesoftware.Steam
description: Installs the latest flatpak package
game_slug: steam
gogslug: ''
humblestoreid: ''
installer_slug: steam-flatpak-latest
name: Steam
notes: 'The flatpak pkg can be found here: https://flathub.org/apps/com.valvesoftware.Steam'
runner: linux
script:
game:
args: run $FQDN
exe: /usr/bin/flatpak
working_dir: $GAMEDIR
installer:
- execute:
args: install flathub -y $FQDN
description: Installing with flatpak
disable_runtime: true
file: /usr/bin/flatpak
require-binaries: flatpak
variables:
FQDN: com.valvesoftware.Steam
slug: steam-flatpak-latest
steamid: null
version: Flatpak latest
year: 2003
{
"game_slug": "steam",
"version": "Flatpak latest",
"description": "Installs the latest flatpak package",
"notes": "The flatpak pkg can be found here: https://flathub.org/apps/com.valvesoftware.Steam",
"name": "Steam",
"year": 2003,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "steam-flatpak-latest",
"installer_slug": "steam-flatpak-latest",
"script": {
"game": {
"args": "run $FQDN",
"exe": "/usr/bin/flatpak",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"execute": {
"args": "install flathub -y $FQDN",
"description": "Installing with flatpak",
"disable_runtime": true,
"file": "/usr/bin/flatpak"
}
}
],
"require-binaries": "flatpak",
"variables": {
"FQDN": "com.valvesoftware.Steam"
}
}
}