diff --git a/recipes/wip/tools/dfm/recipe.toml b/recipes/wip/tools/dfm/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d0c4a3221e4c4770c03bbc2f9b6b8107cfcec390
--- /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 0000000000000000000000000000000000000000..5e5aa2a6bfd7b7c841c435b2a916908e811c8bf8
--- /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 0000000000000000000000000000000000000000..b8daba7ee5b52aa4b3cfec7a9005d40a07b033a9
--- /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 0000000000000000000000000000000000000000..22287ea1477713a4045ba0bd9e2cb5ce195a9ce3
--- /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
+"""