mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Add recipes
This commit is contained in:
parent
9c9254a265
commit
fbbecfe1b6
5
recipes/wip/dev/cargo-checkmate/recipe.toml
Normal file
5
recipes/wip/dev/cargo-checkmate/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cargo-checkmate/cargo-checkmate"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/cargo-guppy/recipe.toml
Normal file
8
recipes/wip/dev/cargo-guppy/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/guppy-rs/guppy"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cargo-guppy
|
||||
"""
|
||||
8
recipes/wip/dev/cargo-hakari/recipe.toml
Normal file
8
recipes/wip/dev/cargo-hakari/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/guppy-rs/guppy"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cargo-hakari
|
||||
"""
|
||||
5
recipes/wip/dev/cargo-limit/recipe.toml
Normal file
5
recipes/wip/dev/cargo-limit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cargo-limit/cargo-limit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-rdme/recipe.toml
Normal file
5
recipes/wip/dev/cargo-rdme/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/orium/cargo-rdme"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-wasix/recipe.toml
Normal file
5
recipes/wip/dev/cargo-wasix/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wasix-org/cargo-wasix"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/gist-rs/recipe.toml
Normal file
5
recipes/wip/dev/gist-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/oz/gist"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/gitlab-cargo-shim/recipe.toml
Normal file
5
recipes/wip/dev/gitlab-cargo-shim/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/w4/gitlab-cargo-shim"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rhack/recipe.toml
Normal file
5
recipes/wip/dev/rhack/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nakabonne/rhack"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/stitch/recipe.toml
Normal file
5
recipes/wip/dev/stitch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/makepad/stitch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/wasmi/recipe.toml
Normal file
8
recipes/wip/dev/wasmi/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wasmi-labs/wasmi"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages wasmi_cli
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user