diff --git a/recipes/wip/games/uqm/recipe.toml b/recipes/wip/games/uqm/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1d01c0a1b62ce6d6c018927d5a15e48bafd7b8b7
--- /dev/null
+++ b/recipes/wip/games/uqm/recipe.toml
@@ -0,0 +1,13 @@
+#TODO download game data - https://sourceforge.net/projects/sc2/files/UQM/0.8/uqm-0.8.0-content.uqm/download
+#TODO missing script, read the INSTALL file inside the tarball
+[source]
+tar = "https://sourceforge.net/projects/sc2/files/UQM/0.8/uqm-0.8.0-src.tgz/download"
+[build]
+template = "custom"
+dependencies = [
+    "sdl2",
+    "libpng",
+    "libogg",
+    "libvorbis",
+    "zlib",
+]
diff --git a/recipes/wip/net/freenginx/recipe.toml b/recipes/wip/net/freenginx/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ce2a0602045ba2e50d0bc5685f0f7f2d5d009ced
--- /dev/null
+++ b/recipes/wip/net/freenginx/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://freenginx.org/download/nginx-1.24.0.tar.gz"
+[build]
+template = "configure"
diff --git a/recipes/wip/net/nginx/recipe.toml b/recipes/wip/net/nginx/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ddd37cd999f7e7f3e15b3cdb9d5e19c281bdc80b
--- /dev/null
+++ b/recipes/wip/net/nginx/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
+[build]
+template = "configure"