You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
812 B
29 lines
812 B
files:
|
|
- file1: N/A:Please select the Humble archive
|
|
- file2: https://lutris.net/files/games/serious-sam/serious.sam.tfe_1.05beta3-english-2.run
|
|
- file3: https://gist.github.com/FakeShemp/305b9a70393feeb614b41e2e640d4929/archive/154812030efe866d8fbc6fc15040fdbbaf092342.zip
|
|
installer:
|
|
- extract:
|
|
dst: $CACHE
|
|
file: $file1
|
|
- task:
|
|
arch: win32
|
|
executable: $CACHE/Setup.exe
|
|
name: wine.wineexec
|
|
prefix: $CACHE
|
|
- merge:
|
|
dst: $GAMEDIR
|
|
src: $CACHE/drive_c/Program Files/Serious Sam Classic - The First Encounter
|
|
- execute:
|
|
args: --tar -xf -C $CACHE
|
|
file: $file2
|
|
- extract:
|
|
dst: $GAMEDIR
|
|
file: $CACHE/SeriousSamPatch105_USA_linux.tar.bz2
|
|
- extract:
|
|
dst: $GAMEDIR/Bin
|
|
file: $CACHE/bins.tar.bz2
|
|
- extract:
|
|
dst: $GAMEDIR
|
|
file: $file3
|
|
- chmodx: $GAMEDIR/ssamtfe
|