From ebbf7d3c8ee64041859b9e832de12792f70a0f7d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 12 May 2024 08:37:28 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-edit/recipe.toml | 5 +++++ recipes/wip/dev/cargo-expand/recipe.toml | 5 +++++ recipes/wip/dev/cargo-feature/recipe.toml | 5 +++++ recipes/wip/dev/cargo-lambda/recipe.toml | 8 ++++++++ recipes/wip/dev/cargo-release/recipe.toml | 5 +++++ 5 files changed, 28 insertions(+) create mode 100644 recipes/wip/dev/cargo-edit/recipe.toml create mode 100644 recipes/wip/dev/cargo-expand/recipe.toml create mode 100644 recipes/wip/dev/cargo-feature/recipe.toml create mode 100644 recipes/wip/dev/cargo-lambda/recipe.toml create mode 100644 recipes/wip/dev/cargo-release/recipe.toml diff --git a/recipes/wip/dev/cargo-edit/recipe.toml b/recipes/wip/dev/cargo-edit/recipe.toml new file mode 100644 index 000000000..72ba49a1a --- /dev/null +++ b/recipes/wip/dev/cargo-edit/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/killercup/cargo-edit" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-expand/recipe.toml b/recipes/wip/dev/cargo-expand/recipe.toml new file mode 100644 index 000000000..c0d3619b4 --- /dev/null +++ b/recipes/wip/dev/cargo-expand/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dtolnay/cargo-expand" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-feature/recipe.toml b/recipes/wip/dev/cargo-feature/recipe.toml new file mode 100644 index 000000000..bb4e37134 --- /dev/null +++ b/recipes/wip/dev/cargo-feature/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Riey/cargo-feature" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-lambda/recipe.toml b/recipes/wip/dev/cargo-lambda/recipe.toml new file mode 100644 index 000000000..aacaf669d --- /dev/null +++ b/recipes/wip/dev/cargo-lambda/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/cargo-lambda/cargo-lambda" +[build] +template = "custom" +script = """ +cookbook_cargo_packages cargo-lambda-cli +""" diff --git a/recipes/wip/dev/cargo-release/recipe.toml b/recipes/wip/dev/cargo-release/recipe.toml new file mode 100644 index 000000000..34efab750 --- /dev/null +++ b/recipes/wip/dev/cargo-release/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/crate-ci/cargo-release" +[build] +template = "cargo" -- GitLab