diff --git a/recipes/wip/dev/cargo-component/recipe.toml b/recipes/wip/dev/cargo-component/recipe.toml new file mode 100644 index 000000000..601e17e5f --- /dev/null +++ b/recipes/wip/dev/cargo-component/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bytecodealliance/cargo-component" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-make/recipe.toml b/recipes/wip/dev/cargo-make/recipe.toml new file mode 100644 index 000000000..a8967ea33 --- /dev/null +++ b/recipes/wip/dev/cargo-make/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sagiegurari/cargo-make" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-wasi/recipe.toml b/recipes/wip/dev/cargo-wasi/recipe.toml new file mode 100644 index 000000000..08610531d --- /dev/null +++ b/recipes/wip/dev/cargo-wasi/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bytecodealliance/cargo-wasi" +[build] +template = "cargo" diff --git a/recipes/wip/dev/deploy-rs/recipe.toml b/recipes/wip/dev/deploy-rs/recipe.toml new file mode 100644 index 000000000..ac1cc1431 --- /dev/null +++ b/recipes/wip/dev/deploy-rs/recipe.toml @@ -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 +""" diff --git a/recipes/wip/dev/jco/recipe.toml b/recipes/wip/dev/jco/recipe.toml new file mode 100644 index 000000000..9279ec012 --- /dev/null +++ b/recipes/wip/dev/jco/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bytecodealliance/jco" +[build] +template = "cargo" diff --git a/recipes/wip/dev/wasm-pack/recipe.toml b/recipes/wip/dev/wasm-pack/recipe.toml new file mode 100644 index 000000000..87513804a --- /dev/null +++ b/recipes/wip/dev/wasm-pack/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rustwasm/wasm-pack" +[build] +template = "cargo" diff --git a/recipes/wip/dev/wasm-tools/recipe.toml b/recipes/wip/dev/wasm-tools/recipe.toml new file mode 100644 index 000000000..b06eeefe3 --- /dev/null +++ b/recipes/wip/dev/wasm-tools/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bytecodealliance/wasm-tools" +[build] +template = "cargo" diff --git a/recipes/wip/security/feroxbuster/recipe.toml b/recipes/wip/security/feroxbuster/recipe.toml new file mode 100644 index 000000000..df9666adb --- /dev/null +++ b/recipes/wip/security/feroxbuster/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/epi052/feroxbuster" +[build] +template = "cargo" diff --git a/recipes/wip/video/dovi-tool/recipe.toml b/recipes/wip/video/dovi-tool/recipe.toml new file mode 100644 index 000000000..177b24222 --- /dev/null +++ b/recipes/wip/video/dovi-tool/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/quietvoid/dovi_tool" +[build] +template = "cargo"