files:
- repo: https://github.com/sm64pc/sm64pc/archive/master.zip
- rom: N/A:Please select the USA .z64 rom file
game:
exe: build/us_pc/sm64.us.f3dex2e
installer:
- extract:
file: repo
- copy:
dst: $GAMEDIR
src: rom
- execute:
command: mv *.z64 baserom.us.z64
- execute:
command: make -j4
description: null
game_slug: super-mario-64
gogslug: ''
humblestoreid: ''
installer_slug: super-mario-64-sm64pc-us
name: Super Mario 64
notes: ''
runner: linux
script:
files:
- repo: https://github.com/sm64pc/sm64pc/archive/master.zip
- rom: N/A:Please select the USA .z64 rom file
game:
exe: build/us_pc/sm64.us.f3dex2e
installer:
- extract:
file: repo
- copy:
dst: $GAMEDIR
src: rom
- execute:
command: mv *.z64 baserom.us.z64
- execute:
command: make -j4
slug: super-mario-64-sm64pc-us
steamid: null
version: sm64pc - US
year: 1996
{
"game_slug": "super-mario-64",
"version": "sm64pc - US",
"description": null,
"notes": "",
"name": "Super Mario 64",
"year": 1996,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "super-mario-64-sm64pc-us",
"installer_slug": "super-mario-64-sm64pc-us",
"script": {
"files": [
{
"repo": "https://github.com/sm64pc/sm64pc/archive/master.zip"
},
{
"rom": "N/A:Please select the USA .z64 rom file"
}
],
"game": {
"exe": "build/us_pc/sm64.us.f3dex2e"
},
"installer": [
{
"extract": {
"file": "repo"
}
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "rom"
}
},
{
"execute": {
"command": "mv *.z64 baserom.us.z64"
}
},
{
"execute": {
"command": "make -j4"
}
}
]
}
}