mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
22 lines
418 B
TOML
22 lines
418 B
TOML
# XXX: Do not distribute https://github.com/k4zmu2a/SpaceCadetPinball/issues/1
|
|
[source]
|
|
git = "https://github.com/k4zmu2a/SpaceCadetPinball.git"
|
|
rev = "f760f34e5eb49c69d584921c0f3e251a59c62078"
|
|
patches = [ "redox.patch" ]
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libogg",
|
|
"liborbital",
|
|
"libvorbis",
|
|
"mesa",
|
|
"sdl2",
|
|
"sdl2-mixer",
|
|
"zlib",
|
|
]
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_cmake
|
|
"""
|