game:
game_id: hhgttg
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
find "$src_path" -type f \( -iname "Hitchhik.DAT" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- insert-disc:
description: Please insert Lost Treasures of Infocom I CD
requires: PC
- execute:
args: $DISC "$GAMEDIR"
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
description: null
game_slug: the-hitchhikers-guide-to-the-galaxy
gogslug: ''
humblestoreid: ''
installer_slug: the-hitchhikers-guide-to-the-infocom-treasures-i-
name: The Hitchhiker's Guide to the Galaxy
notes: ''
runner: scummvm
script:
game:
game_id: hhgttg
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
find "$src_path" -type f \( -iname "Hitchhik.DAT" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- insert-disc:
description: Please insert Lost Treasures of Infocom I CD
requires: PC
- execute:
args: $DISC "$GAMEDIR"
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
slug: the-hitchhikers-guide-to-the-infocom-treasures-i-
steamid: null
version: Infocom Treasures I CD
year: 1984
{
"game_slug": "the-hitchhikers-guide-to-the-galaxy",
"version": "Infocom Treasures I CD",
"description": null,
"notes": "",
"name": "The Hitchhiker's Guide to the Galaxy",
"year": 1984,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "scummvm",
"slug": "the-hitchhikers-guide-to-the-infocom-treasures-i-",
"installer_slug": "the-hitchhikers-guide-to-the-infocom-treasures-i-",
"script": {
"game": {
"game_id": "hhgttg",
"path": "$GAMEDIR"
},
"installer": [
{
"write_file": {
"content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\nfind \"$src_path\" -type f \\( -iname \"Hitchhik.DAT\" \\) -exec cp {} \"$dst\" \\;",
"file": "$CACHE/selectcopy.sh"
}
},
{
"chmodx": "$CACHE/selectcopy.sh"
},
{
"insert-disc": {
"description": "Please insert Lost Treasures of Infocom I CD",
"requires": "PC"
}
},
{
"execute": {
"args": "$DISC \"$GAMEDIR\"",
"file": "$CACHE/selectcopy.sh"
}
},
{
"execute": {
"args": "-R 775 \"$GAMEDIR\"",
"file": "/bin/chmod"
}
}
]
}
}