diff --git a/component/xxhash/buildout.cfg b/component/xxhash/buildout.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..15a9c079e95e6e661075b87bb9e4b87b42a098a3
--- /dev/null
+++ b/component/xxhash/buildout.cfg
@@ -0,0 +1,13 @@
+[buildout]
+
+parts =
+  xxhash
+
+[xxhash]
+recipe = slapos.recipe.cmmi
+shared = true
+url = https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.3.tar.gz
+md5sum = 599804eb9555e51c05f1b821f9212a07
+configure-command = :
+make-options =
+  PREFIX=@@LOCATION@@