diff --git a/recipes/wip/cargo-run-bin/recipe.toml b/recipes/wip/cargo-run-bin/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7625128af3d1fb47d0db8c66c329166970ab9321
--- /dev/null
+++ b/recipes/wip/cargo-run-bin/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dustinblackman/cargo-run-bin"
+[build]
+template = "cargo"
diff --git a/recipes/wip/converseen/recipe.toml b/recipes/wip/converseen/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..40bd9848cdac15ad6d9df045db3f3753b2b97c68
--- /dev/null
+++ b/recipes/wip/converseen/recipe.toml
@@ -0,0 +1,8 @@
+#TODO missing script for CMake, see https://github.com/Faster3ck/Converseen/blob/main/INSTALL.md#install-converseen-using-qt6
+[source]
+tar = "https://github.com/Faster3ck/Converseen/archive/refs/tags/v0.12.0.0.tar.gz"
+[build]
+template = "custom"
+dependencies = [
+    "qt6-base",
+]
diff --git a/recipes/wip/cpu-x/recipe.toml b/recipes/wip/cpu-x/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..39f12814d522225ef0f9c6d720fa8043806a13b3
--- /dev/null
+++ b/recipes/wip/cpu-x/recipe.toml
@@ -0,0 +1,14 @@
+#TODO missing script for CMake, see https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/manual-build#build-and-install-cpu-x
+[source]
+tar = "https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/v5.0.2.tar.gz"
+[build]
+template = "custom"
+dependencies = [
+    "gtk3mm",
+    "ncurses",
+    "glfw",
+    "libvulkan",
+    "libstatgrab",
+    "libcpuid",
+    "pciutils",
+]
diff --git a/recipes/wip/hdf5/recipe.toml b/recipes/wip/hdf5/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c90f9ac712630f98756af7637006b5c5bccec8c7
--- /dev/null
+++ b/recipes/wip/hdf5/recipe.toml
@@ -0,0 +1,9 @@
+#TODO in case of errors, see https://github.com/HDFGroup/hdf5/blob/develop/release_docs/INSTALL
+[source]
+tar = "https://github.com/HDFGroup/hdf5/releases/download/hdf5-1_14_3/hdf5-1_14_3.tar.gz"
+[build]
+template = "configure"
+dependencies = [
+    "zlib",
+    "openmpi",
+]
diff --git a/recipes/wip/hpcc/recipe.toml b/recipes/wip/hpcc/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6cc31de23586a888dee3e8f45e1c979c861005b5
--- /dev/null
+++ b/recipes/wip/hpcc/recipe.toml
@@ -0,0 +1,5 @@
+#TODO missing script for building, check the tarball
+[source]
+tar = "https://hpcchallenge.org/projectsfiles/hpcc/download/hpcc-1.5.0.tar.gz"
+[build]
+template = "custom"
diff --git a/recipes/wip/libcpuid/recipe.toml b/recipes/wip/libcpuid/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f74374a1291e871e4925c4a435cd8e2c9f08a1b2
--- /dev/null
+++ b/recipes/wip/libcpuid/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+# require a POSIX-compatible shell, see https://github.com/anrieff/libcpuid#prerequisites
+[source]
+tar = "https://github.com/anrieff/libcpuid/releases/download/v0.6.4/libcpuid-0.6.4.tar.gz"
+[build]
+template = "configure"
diff --git a/recipes/wip/libstatgrab/recipe.toml b/recipes/wip/libstatgrab/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6213aab10be8bd6cedad367a17680e8115322eb4
--- /dev/null
+++ b/recipes/wip/libstatgrab/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92_1/libstatgrab-0.92.1.tar.gz"
+[build]
+template = "configure"
diff --git a/recipes/wip/libwebp2/recipe.toml b/recipes/wip/libwebp2/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6742fbb997779c9bf73529768ce7a07042f41791
--- /dev/null
+++ b/recipes/wip/libwebp2/recipe.toml
@@ -0,0 +1,5 @@
+#TODO missing script for CMake, see https://chromium.googlesource.com/codecs/libwebp2/#compiling
+[source]
+git = "https://chromium.googlesource.com/codecs/libwebp2"
+[build]
+template = "custom"
diff --git a/recipes/wip/odin2/recipe.toml b/recipes/wip/odin2/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d66d566918bd08d3596db473577dfe35d0783787
--- /dev/null
+++ b/recipes/wip/odin2/recipe.toml
@@ -0,0 +1,11 @@
+#TODO missing script for CMake, see https://github.com/TheWaveWarden/odin2#all-platforms
+[source]
+git = "https://github.com/TheWaveWarden/odin2"
+[build]
+template = "custom"
+dependencies = [
+    "mesa",
+    "curl",
+    "libx11",
+    "webkitgtk3",
+]
diff --git a/recipes/wip/openfoam/recipe.toml b/recipes/wip/openfoam/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..cf6e21fc32bca91df48acc9383c24f640c823c22
--- /dev/null
+++ b/recipes/wip/openfoam/recipe.toml
@@ -0,0 +1,9 @@
+#TODO missing script for building, see https://openfoam.org/download/11-source/
+[source]
+tar = "http://dl.openfoam.org/source/11"
+[build]
+template = "custom"
+dependencies = [
+    "paraview",
+    "scotch",
+]
diff --git a/recipes/wip/pciutils/recipe.toml b/recipes/wip/pciutils/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..70710ff5f4934d1020399b29d84eb974a5062308
--- /dev/null
+++ b/recipes/wip/pciutils/recipe.toml
@@ -0,0 +1,8 @@
+#TODO missing script for "make", see https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/README#n52
+[source]
+tar = "https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.9.0.tar.xz"
+[build]
+template = "custom"
+dependencies = [
+    "zlib",
+]
diff --git a/recipes/wip/phoronix-test-suite/recipe.toml b/recipes/wip/phoronix-test-suite/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..19495073df735f8822c624e6cd4db42dd4a0bf09
--- /dev/null
+++ b/recipes/wip/phoronix-test-suite/recipe.toml
@@ -0,0 +1,5 @@
+#TODO figure out the installation script - https://github.com/phoronix-test-suite/phoronix-test-suite
+[source]
+tar = "https://phoronix-test-suite.com/releases/phoronix-test-suite-10.8.4.tar.gz"
+[build]
+template = "custom"
diff --git a/recipes/wip/php/recipe.toml b/recipes/wip/php/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7499fe522bbe8921e0a5ed1f0eba96fbbb7250b2
--- /dev/null
+++ b/recipes/wip/php/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+# in case of problems, read https://www.php.net/manual/en/install.unix.php
+[source]
+tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
+[build]
+template = "configure"
diff --git a/recipes/wip/qmcpack/recipe.toml b/recipes/wip/qmcpack/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a48f22cec7ea32c84c76bef7989acd5b104a37a0
--- /dev/null
+++ b/recipes/wip/qmcpack/recipe.toml
@@ -0,0 +1,14 @@
+#TODO missing script for CMake, see https://qmcpack.readthedocs.io/en/develop/installation.html#building-with-cmake
+#TODO probably missing dependencies
+[source]
+tar = "https://github.com/QMCPACK/qmcpack/archive/refs/tags/v3.17.1.tar.gz"
+[build]
+template = "custom"
+dependencies = [
+    "openmpi",
+    "openblas",
+    "hdf5",
+    "libxml2",
+    "boost",
+    "fftw",
+]
diff --git a/recipes/wip/scotch/recipe.toml b/recipes/wip/scotch/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..277d77d42a66739b7dc5e978e5f79b8dd122590d
--- /dev/null
+++ b/recipes/wip/scotch/recipe.toml
@@ -0,0 +1,6 @@
+#TODO missing script for CMake, see https://gitlab.inria.fr/scotch/scotch#installation
+#TODO probably missing dependencies
+[source]
+tar = "https://gitlab.inria.fr/scotch/scotch/-/archive/v7.0.4/scotch-v7.0.4.tar.bz2"
+[build]
+template = "custom"
diff --git a/recipes/wip/tauro-monitor/recipe.toml b/recipes/wip/tauro-monitor/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7d8d7d7ccc4d2b8b32ca680dbcb2433a65fa3e79
--- /dev/null
+++ b/recipes/wip/tauro-monitor/recipe.toml
@@ -0,0 +1,5 @@
+#TODO missing script for Meson, lacking installation instructions
+[source]
+tar = "https://github.com/taunoe/tauno-monitor/archive/refs/tags/v0.1.5.tar.gz"
+[build]
+template = "custom"
diff --git a/recipes/wip/tidb-server/recipe.toml b/recipes/wip/tidb-server/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8ddeb1a22c49cf4f74207ff29a4dfaa5727a1284
--- /dev/null
+++ b/recipes/wip/tidb-server/recipe.toml
@@ -0,0 +1,5 @@
+#TODO missing script for "make", see https://pingcap.github.io/tidb-dev-guide/get-started/build-tidb-from-source.html#build
+[source]
+tar = "https://github.com/pingcap/tidb/archive/refs/tags/v7.5.0.tar.gz"
+[build]
+template = "custom"
diff --git a/recipes/wip/toybrot/recipe.toml b/recipes/wip/toybrot/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..fdb5525ee0c6c88138040ed69545922baad18fc3
--- /dev/null
+++ b/recipes/wip/toybrot/recipe.toml
@@ -0,0 +1,9 @@
+#TODO missing script for CMake, see https://gitlab.com/VileLasagna/toyBrot#building-toybrot
+[source]
+git = "https://gitlab.com/VileLasagna/toyBrot"
+[build]
+template = "custom"
+dependencies = [
+    "sdl2",
+    "libpng",
+]
diff --git a/recipes/wip/varia/recipe.toml b/recipes/wip/varia/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4313ea734d00cdaef21b0f033e7959aaaf18bf26
--- /dev/null
+++ b/recipes/wip/varia/recipe.toml
@@ -0,0 +1,6 @@
+#TODO missing script for Meson, see https://github.com/giantpinkrobots/varia#building
+#TODO probably missing dependencies
+[source]
+git = "https://github.com/giantpinkrobots/varia"
+[build]
+template = "custom"
diff --git a/recipes/wip/webkitgtk/recipe.toml b/recipes/wip/webkitgtk/recipe.toml
index 9a5d426afeef8122a3d07199d8e702d55fa034b7..80442ab8e6beba86ff1c2e4ab80b2932fa6a5e9b 100644
--- a/recipes/wip/webkitgtk/recipe.toml
+++ b/recipes/wip/webkitgtk/recipe.toml
@@ -1,8 +1,25 @@
-#TODO not compiled or tested
+#TODO missing script for CMake and Ninja, see https://trac.webkit.org/wiki/BuildingGtk#BuildingWebKitGTKfromareleasetarball
+#TODO missing dependencies, see https://archlinux.org/packages/extra/x86_64/webkitgtk-6.0/
 [source]
-tar = "https://webkitgtk.org/releases/webkitgtk-2.41.4.tar.xz"
+tar = "https://webkitgtk.org/releases/webkitgtk-2.42.2.tar.xz"
 [build]
-template = "configure"
+template = "custom"
 dependencies = [
-    "gtk3",
+    "gtk4",
+    "cairo",
+    "fontconfig",
+    "freetype2",
+    "glib",
+    "gstreamer",
+    "harfbuzz",
+    "libavif",
+    "mesa",
+    "libepoxy",
+    "libgcrypt",
+    "libpng",
+    "libwebp",
+    "libxml2",
+    "libwayland",
+    "zlib",
+    "sqlite3",
 ]
diff --git a/recipes/wip/webkitgtk3/recipe.toml b/recipes/wip/webkitgtk3/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9dfcae283e5ca366e8c4d93dd8972d7233d44a39
--- /dev/null
+++ b/recipes/wip/webkitgtk3/recipe.toml
@@ -0,0 +1,25 @@
+#TODO missing script for CMake and Ninja, see https://trac.webkit.org/wiki/BuildingGtk#BuildingWebKitGTKfromareleasetarball
+#TODO missing dependencies, see https://archlinux.org/packages/extra/x86_64/webkitgtk-6.0/
+[source]
+tar = "https://webkitgtk.org/releases/webkitgtk-2.42.2.tar.xz"
+[build]
+template = "custom"
+dependencies = [
+    "gtk3",
+    "cairo",
+    "fontconfig",
+    "freetype2",
+    "glib",
+    "gstreamer",
+    "harfbuzz",
+    "libavif",
+    "mesa",
+    "libepoxy",
+    "libgcrypt",
+    "libpng",
+    "libwebp",
+    "libxml2",
+    "libwayland",
+    "zlib",
+    "sqlite3",
+]