From ebb7692080839ce55bdbb63e337e9e0b947afea9 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 15 May 2024 19:08:14 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-clone/recipe.toml | 8 ++++++++ recipes/wip/dev/cargo-patch/recipe.toml | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 recipes/wip/dev/cargo-clone/recipe.toml create mode 100644 recipes/wip/dev/cargo-patch/recipe.toml diff --git a/recipes/wip/dev/cargo-clone/recipe.toml b/recipes/wip/dev/cargo-clone/recipe.toml new file mode 100644 index 000000000..cc70d6c04 --- /dev/null +++ b/recipes/wip/dev/cargo-clone/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/JanLikar/cargo-clone" +[build] +template = "custom" +script = """ +cookbook_cargo_packages cargo-clone +""" diff --git a/recipes/wip/dev/cargo-patch/recipe.toml b/recipes/wip/dev/cargo-patch/recipe.toml new file mode 100644 index 000000000..0f647cbf9 --- /dev/null +++ b/recipes/wip/dev/cargo-patch/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/itmettkeDE/cargo-patch" +[build] +template = "cargo"