diff --git a/Golden_Repo/m/mitos/mitos.eb b/Golden_Repo/m/mitos/mitos.eb
new file mode 100644
index 0000000000000000000000000000000000000000..bcd49fb03d80dce85bae63666a0bba4277cbe229
--- /dev/null
+++ b/Golden_Repo/m/mitos/mitos.eb
@@ -0,0 +1,19 @@
+easyblock = 'CMakeMake'
+name = 'mitos'
+version = 'v1.0.0'
+
+homepage = 'https://github.com/caps-tum/mitos'
+description = "Mitos is a library and a tool for collecting sampled memory performance data to view with MemAxes"
+
+toolchain = {'name': 'ipsmpi', 'version': '2022a'}
+toolchainopts = {"usempi": True}
+
+source_urls = ['https://github.com/caps-tum/mitos/archive/refs/tags/']
+sources = ['%(version)s.tar.gz']
+checksums = ['1ad0307851208121fa6ec212b02fa09436057b600e043fbe72914243613f6980']
+
+dependencies = [('hwloc', '2.7.1', '', ('GCCcore', '11.3.0'))]
+builddependencies = [('CMake', '3.23.1', '', ('GCCcore', '11.3.0'))]
+
+sanity_check_paths = {'files': ["bin/mitosrun", "lib/libmitos.so"], 'dirs': [], }
+