diff --git a/recipes/wip/sound/audacity/recipe.toml b/recipes/wip/sound/audacity/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..399c75a0710b36dd2bef73b299097f8120f74fe6
--- /dev/null
+++ b/recipes/wip/sound/audacity/recipe.toml
@@ -0,0 +1,11 @@
+#TODO missing script for CMake, see https://github.com/audacity/audacity/blob/master/BUILDING.md
+#TODO use the GTK2 or wxWidgets frontend?
+#TODO probably need audio server patching
+[source]
+tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-sources-3.4.2.tar.gz"
+[build]
+template = "custom"
+dependencies = [
+    "gtk2",
+    "libuuid",
+]