From 49901b0a2dd388f997481266760345906bc75110 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 8 May 2024 04:12:55 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-component/recipe.toml | 5 +++++ recipes/wip/dev/cargo-make/recipe.toml | 5 +++++ recipes/wip/dev/cargo-wasi/recipe.toml | 5 +++++ recipes/wip/dev/deploy-rs/recipe.toml | 9 +++++++++ recipes/wip/dev/jco/recipe.toml | 5 +++++ recipes/wip/dev/wasm-pack/recipe.toml | 5 +++++ recipes/wip/dev/wasm-tools/recipe.toml | 5 +++++ recipes/wip/security/feroxbuster/recipe.toml | 5 +++++ recipes/wip/video/dovi-tool/recipe.toml | 5 +++++ 9 files changed, 49 insertions(+) create mode 100644 recipes/wip/dev/cargo-component/recipe.toml create mode 100644 recipes/wip/dev/cargo-make/recipe.toml create mode 100644 recipes/wip/dev/cargo-wasi/recipe.toml create mode 100644 recipes/wip/dev/deploy-rs/recipe.toml create mode 100644 recipes/wip/dev/jco/recipe.toml create mode 100644 recipes/wip/dev/wasm-pack/recipe.toml create mode 100644 recipes/wip/dev/wasm-tools/recipe.toml create mode 100644 recipes/wip/security/feroxbuster/recipe.toml create mode 100644 recipes/wip/video/dovi-tool/recipe.toml 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"