diff --git a/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb b/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb
new file mode 100644
index 0000000000000000000000000000000000000000..9fd617586c67f583fc1e32e94ebfbdf3bc9df9af
--- /dev/null
+++ b/Golden_Repo/a/arax/arax-0.1-foss-2022a.eb
@@ -0,0 +1,13 @@
+name = 'arax'
+version = '0.1'
+homepage = 'https://github.com/CARV-ICS-FORTH/arax'
+description = "Initial easybuild arax release"
+toolchain = {'name': 'foss', 'version': '2022a'}
+
+source_urls = [
+        'https://github.com/CARV-ICS-FORTH/arax/archive/refs/heads/'
+]
+
+sources = ['master.tar.gz']
+easyblock = 'CMakeMake'
+moduleclass = 'lib'