diff --git a/recipes/periodictable/recipe.sh b/recipes/periodictable/recipe.sh
new file mode 100644
index 0000000000000000000000000000000000000000..0285710d1a4863177c2ce3ea9cfa8c2a4abef8c4
--- /dev/null
+++ b/recipes/periodictable/recipe.sh
@@ -0,0 +1,10 @@
+GIT=https://github.com/xtibor/periodictable.git
+BINDIR="/ui/bin"
+
+function recipe_stage {
+    mkdir -pv "$1/ui/apps"
+    cp -v pkg/manifest "$1/ui/apps/periodictable"
+    mkdir -pv "$1/ui/icons"
+    cp -v pkg/icon.png "$1/ui/icons/periodictable.png"
+}
+