mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Add recipes
This commit is contained in:
parent
7a5d846f05
commit
47155802c2
5
recipes/wip/data-integrity/fim/recipe.toml
Normal file
5
recipes/wip/data-integrity/fim/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Achiefs/fim"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/demos/bones/recipe.toml
Normal file
8
recipes/wip/demos/bones/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/fishfolk/bones"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages demo_hello_world
|
||||
"""
|
||||
8
recipes/wip/demos/comfy/recipe.toml
Normal file
8
recipes/wip/demos/comfy/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/darthdeus/comfy"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples animated_shapes animated_sprites animated_text bloom circle colors egui fragment-shader lighting music physics shapes single_particle sprite text
|
||||
"""
|
||||
8
recipes/wip/demos/rend3/recipe.toml
Normal file
8
recipes/wip/demos/rend3/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BVE-Reborn/rend3"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages rend3-examples-package
|
||||
"""
|
||||
12
recipes/wip/games/fps/room4doom/recipe.toml
Normal file
12
recipes/wip/games/fps/room4doom/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/flukejones/room4doom"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"sdl2-mixer
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages room4doom
|
||||
"""
|
||||
9
recipes/wip/games/fps/rust-doom/recipe.toml
Normal file
9
recipes/wip/games/fps/rust-doom/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cristicbz/rust-doom"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo
|
||||
mv "${COOKBOOK_STAGE}/usr/bin/rs_doom" "${COOKBOOK_STAGE}/usr/bin/doom-rs"
|
||||
"""
|
||||
8
recipes/wip/games/simulation/egregoria/recipe.toml
Normal file
8
recipes/wip/games/simulation/egregoria/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Uriopass/Egregoria"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages native_app
|
||||
"""
|
||||
5
recipes/wip/games/simulation/sandbox-rs/recipe.toml
Normal file
5
recipes/wip/games/simulation/sandbox-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/JMS55/sandbox"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/strategy/castle-game/recipe.toml
Normal file
5
recipes/wip/games/strategy/castle-game/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tversteeg/castle-game"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/monitors/hearth/recipe.toml
Normal file
5
recipes/wip/monitors/hearth/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/aheart/hearth"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/monitors/serial-monitor-rs/recipe.toml
Normal file
9
recipes/wip/monitors/serial-monitor-rs/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/hacknus/serial-monitor-rust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libxkbcommon",
|
||||
"openssl1",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user