Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial sauerbraten yml recipe. #522

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions recipes/sauerbraten.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Initial upload, everything should work.
# Hercules#3665 on discord for more info.
# Thank to Q009 on the Sauer discord for a few tips.
# Added in a few more packages required to run on just about any supported system.
app: Sauerbraten
binpatch: true

ingredients:
dist: jellyfish
packages:
- libsdl2-2.0-0
- libsdl2-image-2.0-0
- zlib1g-dev
- libpng16-16
- libgl-dev
- libjpeg8
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
script:
- wget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/s/sauerbraten/sauerbraten_0.0.20201227-1_all.deb

script:
# - mv usr/games/* usr/bin/ ; rm -r usr/games/
- ln -s ../lib/x86_64-linux-gnu/ usr/games/
- mv ./usr/share/games/sauerbraten/data ./usr/lib/cube2/data
- mv ./usr/share/games/sauerbraten/packages ./usr/lib/cube2/packages
27 changes: 27 additions & 0 deletions sauerbraten.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Initial upload, everything should work.
# Hercules#3665 on discord for more info.
# Thank to Q009 on the Sauer discord for a few tips.
# Added in a few more packages required to run on just about any supported system.
app: Sauerbraten
binpatch: true

ingredients:
dist: jellyfish
packages:
- libsdl2-2.0-0
- libsdl2-image-2.0-0
- libsdl2-mixer-2.0-0
- zlib1g-dev
- libpng16-16
- libgl-dev
- libjpeg8
sources:
- deb http://archive.ubuntu.com/ubuntu/ jammy main universe
script:
- wget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/s/sauerbraten/sauerbraten_0.0.20201227-1_all.deb

script:
# - mv usr/games/* usr/bin/ ; rm -r usr/games/
- ln -s ../lib/x86_64-linux-gnu/ usr/games/
- mv ./usr/share/games/sauerbraten/data ./usr/lib/cube2/data
- mv ./usr/share/games/sauerbraten/packages ./usr/lib/cube2/packages