mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Add recipes
This commit is contained in:
parent
6a68376723
commit
cba5c0e56b
5
recipes/wip/games/math/sudoku-rs/recipe.toml
Normal file
5
recipes/wip/games/math/sudoku-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/crazymerlyn/sudoku"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/graphics/terminal/display3d/recipe.toml
Normal file
10
recipes/wip/graphics/terminal/display3d/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/redpenguinyt/display3d"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/display3d
|
||||
cp -rv "${COOKBOOK_SOURCE}"/resources/* "${COOKBOOK_STAGE}"/usr/share/display3d
|
||||
cookbook_cargo
|
||||
"""
|
||||
5
recipes/wip/science/cosmic-weather/recipe.toml
Normal file
5
recipes/wip/science/cosmic-weather/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jwestall/cosmic-weather"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/useenv/recipe.toml
Normal file
5
recipes/wip/terminal/useenv/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/EliahKagan/useenv"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user