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
b7b2b9b98e
commit
525e4d5b3d
5
recipes/wip/dev/cargo-compete/recipe.toml
Normal file
5
recipes/wip/dev/cargo-compete/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/qryxip/cargo-compete"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/dev/probe-rs/recipe.toml
Normal file
11
recipes/wip/dev/probe-rs/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO maybe missing dependencies
|
||||
[source]
|
||||
git = "https://github.com/probe-rs/probe-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libudev",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo --features cli
|
||||
"""
|
||||
11
recipes/wip/graphics/simp/recipe.toml
Normal file
11
recipes/wip/graphics/simp/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO missing dependencies, see https://github.com/Kl4rry/simp#system-dependencies
|
||||
[source]
|
||||
git = "https://github.com/Kl4rry/simp"
|
||||
rev = "195b2ef334e4c72ba8f44ee8af9f5cc0c259cc52"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"openssl1",
|
||||
"libxkbcommon",
|
||||
]
|
||||
5
recipes/wip/net/rustdesk-server/recipe.toml
Normal file
5
recipes/wip/net/rustdesk-server/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rustdesk/rustdesk-server"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/sss-cli/recipe.toml
Normal file
5
recipes/wip/security/sss-cli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dsprenkels/sss-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user