From b9b43f70434a01f0e3b35a4ea749b2699871a512 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 11 May 2024 10:19:39 +0000 Subject: [PATCH] Add recipes --- recipes/wip/tools/dfm/recipe.toml | 5 +++++ recipes/wip/tools/sigi/recipe.toml | 5 +++++ recipes/wip/tools/wethr/recipe.toml | 5 +++++ recipes/wip/tools/xdvdfs/recipe.toml | 8 ++++++++ 4 files changed, 23 insertions(+) create mode 100644 recipes/wip/tools/dfm/recipe.toml create mode 100644 recipes/wip/tools/sigi/recipe.toml create mode 100644 recipes/wip/tools/wethr/recipe.toml create mode 100644 recipes/wip/tools/xdvdfs/recipe.toml diff --git a/recipes/wip/tools/dfm/recipe.toml b/recipes/wip/tools/dfm/recipe.toml new file mode 100644 index 000000000..d0c4a3221 --- /dev/null +++ b/recipes/wip/tools/dfm/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/chasinglogic/dfm" +[build] +template = "cargo" diff --git a/recipes/wip/tools/sigi/recipe.toml b/recipes/wip/tools/sigi/recipe.toml new file mode 100644 index 000000000..5e5aa2a6b --- /dev/null +++ b/recipes/wip/tools/sigi/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sigi-cli/sigi" +[build] +template = "cargo" diff --git a/recipes/wip/tools/wethr/recipe.toml b/recipes/wip/tools/wethr/recipe.toml new file mode 100644 index 000000000..b8daba7ee --- /dev/null +++ b/recipes/wip/tools/wethr/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/risoflora/wethr" +[build] +template = "cargo" diff --git a/recipes/wip/tools/xdvdfs/recipe.toml b/recipes/wip/tools/xdvdfs/recipe.toml new file mode 100644 index 000000000..22287ea14 --- /dev/null +++ b/recipes/wip/tools/xdvdfs/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/antangelo/xdvdfs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages xdvdfs-cli +""" -- GitLab