mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Add recipes
This commit is contained in:
parent
30af9c9a61
commit
49901b0a2d
5
recipes/wip/dev/cargo-component/recipe.toml
Normal file
5
recipes/wip/dev/cargo-component/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bytecodealliance/cargo-component"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-make/recipe.toml
Normal file
5
recipes/wip/dev/cargo-make/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sagiegurari/cargo-make"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-wasi/recipe.toml
Normal file
5
recipes/wip/dev/cargo-wasi/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bytecodealliance/cargo-wasi"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/dev/deploy-rs/recipe.toml
Normal file
9
recipes/wip/dev/deploy-rs/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/serokell/deploy-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mv "${COOKBOOK_STAGE}/usr/bin/deploy" "${COOKBOOK_STAGE}/usr/bin/deploy-rs"
|
||||
cookbook_cargo
|
||||
"""
|
||||
5
recipes/wip/dev/jco/recipe.toml
Normal file
5
recipes/wip/dev/jco/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bytecodealliance/jco"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/wasm-pack/recipe.toml
Normal file
5
recipes/wip/dev/wasm-pack/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rustwasm/wasm-pack"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/wasm-tools/recipe.toml
Normal file
5
recipes/wip/dev/wasm-tools/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bytecodealliance/wasm-tools"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/feroxbuster/recipe.toml
Normal file
5
recipes/wip/security/feroxbuster/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/epi052/feroxbuster"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/dovi-tool/recipe.toml
Normal file
5
recipes/wip/video/dovi-tool/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/quietvoid/dovi_tool"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user