mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add recipes
This commit is contained in:
parent
4e9ef6e1f4
commit
200f22fd46
9
recipes/wip/demos/notan-examples/recipe.toml
Normal file
9
recipes/wip/demos/notan-examples/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Nazariglez/notan"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples renderer_cube draw_path_flower \
|
||||
game_pong game_of_life
|
||||
"""
|
||||
11
recipes/wip/net/meli/recipe.toml
Normal file
11
recipes/wip/net/meli/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://git.meli-email.org/meli/meli"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages meli
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user