From 3010658d6aa99e98e77c1d0b17f7e66d7e08f91c Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 8 May 2024 01:09:09 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/auto-commit/recipe.toml | 5 +++++ recipes/wip/dev/bender/recipe.toml | 5 +++++ recipes/wip/dev/code-minimap/recipe.toml | 5 +++++ recipes/wip/dev/git-tool/recipe.toml | 5 +++++ recipes/wip/dev/grcov/recipe.toml | 5 +++++ recipes/wip/graphics/ocrs/recipe.toml | 8 ++++++++ recipes/wip/math/rink/recipe.toml | 8 ++++++++ recipes/wip/security/keyscope/recipe.toml | 5 +++++ recipes/wip/tools/conserve/recipe.toml | 5 +++++ recipes/wip/tools/fennec/recipe.toml | 5 +++++ 10 files changed, 56 insertions(+) create mode 100644 recipes/wip/dev/auto-commit/recipe.toml create mode 100644 recipes/wip/dev/bender/recipe.toml create mode 100644 recipes/wip/dev/code-minimap/recipe.toml create mode 100644 recipes/wip/dev/git-tool/recipe.toml create mode 100644 recipes/wip/dev/grcov/recipe.toml create mode 100644 recipes/wip/graphics/ocrs/recipe.toml create mode 100644 recipes/wip/math/rink/recipe.toml create mode 100644 recipes/wip/security/keyscope/recipe.toml create mode 100644 recipes/wip/tools/conserve/recipe.toml create mode 100644 recipes/wip/tools/fennec/recipe.toml diff --git a/recipes/wip/dev/auto-commit/recipe.toml b/recipes/wip/dev/auto-commit/recipe.toml new file mode 100644 index 000000000..f5fb80a1e --- /dev/null +++ b/recipes/wip/dev/auto-commit/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/m1guelpf/auto-commit" +[build] +template = "cargo" diff --git a/recipes/wip/dev/bender/recipe.toml b/recipes/wip/dev/bender/recipe.toml new file mode 100644 index 000000000..7cc886370 --- /dev/null +++ b/recipes/wip/dev/bender/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/pulp-platform/bender" +[build] +template = "cargo" diff --git a/recipes/wip/dev/code-minimap/recipe.toml b/recipes/wip/dev/code-minimap/recipe.toml new file mode 100644 index 000000000..4a38cfe40 --- /dev/null +++ b/recipes/wip/dev/code-minimap/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/wfxr/code-minimap" +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-tool/recipe.toml b/recipes/wip/dev/git-tool/recipe.toml new file mode 100644 index 000000000..d75db7d49 --- /dev/null +++ b/recipes/wip/dev/git-tool/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/SierraSoftworks/git-tool" +[build] +template = "cargo" diff --git a/recipes/wip/dev/grcov/recipe.toml b/recipes/wip/dev/grcov/recipe.toml new file mode 100644 index 000000000..082201687 --- /dev/null +++ b/recipes/wip/dev/grcov/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mozilla/grcov" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/ocrs/recipe.toml b/recipes/wip/graphics/ocrs/recipe.toml new file mode 100644 index 000000000..70baa607c --- /dev/null +++ b/recipes/wip/graphics/ocrs/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/robertknight/ocrs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages ocrs-cli +""" diff --git a/recipes/wip/math/rink/recipe.toml b/recipes/wip/math/rink/recipe.toml new file mode 100644 index 000000000..19a7820eb --- /dev/null +++ b/recipes/wip/math/rink/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/tiffany352/rink-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages cli +""" diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml new file mode 100644 index 000000000..489bd7a56 --- /dev/null +++ b/recipes/wip/security/keyscope/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/SpectralOps/keyscope" +[build] +template = "cargo" diff --git a/recipes/wip/tools/conserve/recipe.toml b/recipes/wip/tools/conserve/recipe.toml new file mode 100644 index 000000000..4fa0455d9 --- /dev/null +++ b/recipes/wip/tools/conserve/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sourcefrog/conserve" +[build] +template = "cargo" diff --git a/recipes/wip/tools/fennec/recipe.toml b/recipes/wip/tools/fennec/recipe.toml new file mode 100644 index 000000000..66e4868a6 --- /dev/null +++ b/recipes/wip/tools/fennec/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/AbdulRhmanAlfaifi/Fennec" +[build] +template = "cargo" -- GitLab