mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Add recipes
This commit is contained in:
parent
d63b675c74
commit
c83f2ed50f
8
recipes/wip/dev/espmonitor/recipe.toml
Normal file
8
recipes/wip/dev/espmonitor/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/esp-rs/espmonitor"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages espmonitor cargo-espmonitor
|
||||
"""
|
||||
5
recipes/wip/dev/memtest-vulkan/recipe.toml
Normal file
5
recipes/wip/dev/memtest-vulkan/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/GpuZelenograd/memtest_vulkan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/matugen/recipe.toml
Normal file
5
recipes/wip/graphics/matugen/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/InioX/matugen"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/hoard/recipe.toml
Normal file
5
recipes/wip/tools/hoard/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Hyde46/hoard"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/rusty/recipe.toml
Normal file
5
recipes/wip/tools/rusty/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/zahidkhawaja/rusty"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user