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
47155802c2
commit
d2bc65d7f6
8
recipes/wip/graphics/other/naga/recipe.toml
Normal file
8
recipes/wip/graphics/other/naga/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages naga-cli
|
||||
"""
|
||||
5
recipes/wip/monitors/fluere/recipe.toml
Normal file
5
recipes/wip/monitors/fluere/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SkuldNorniern/fluere"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/monitors/latencymon/recipe.toml
Normal file
5
recipes/wip/monitors/latencymon/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alttch/latencymon"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/monitors/mountstatus/recipe.toml
Normal file
5
recipes/wip/monitors/mountstatus/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/acdha/mountstatus"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/monitors/rtop/recipe.toml
Normal file
5
recipes/wip/monitors/rtop/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/narendasan/rtop"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/monitors/sentrum/recipe.toml
Normal file
5
recipes/wip/monitors/sentrum/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sommerfelddev/sentrum"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/monitors/somo/recipe.toml
Normal file
5
recipes/wip/monitors/somo/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/theopfr/somo"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user