From f41b7df0785a1d022a6c18e28c6b3f609ec168fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 6 Oct 2020 08:44:22 +0200
Subject: [PATCH] 	new file:   l/Lmod/Lmod-8.4.6.eb

---
 l/Lmod/Lmod-8.4.6.eb | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 l/Lmod/Lmod-8.4.6.eb

diff --git a/l/Lmod/Lmod-8.4.6.eb b/l/Lmod/Lmod-8.4.6.eb
new file mode 100644
index 00000000..59438d0b
--- /dev/null
+++ b/l/Lmod/Lmod-8.4.6.eb
@@ -0,0 +1,30 @@
+# IT4Innovations 2020
+# LK
+
+easyblock = 'ConfigureMake'
+
+name = "Lmod"
+version = "8.4.6"
+
+homepage = "http://sourceforge.net/projects/lmod/"
+description = """Lmod is a Lua based module system. Modules allow for dynamic modification
+ of a user's environment under Unix systems. See www.tacc.utexas.edu/tacc-projects/lmod
+ for a local_complete description. Lmod is a new implementation that easily handles the MODULEPATH
+ Hierarchical problem. It is drop-in replacement for TCL/C modules and reads TCL modulefiles directly."""
+
+toolchain = SYSTEM
+
+sources = ['%(version)s.tar.gz']
+source_urls = [
+    'https://github.com/TACC/Lmod/archive',
+    'http://sourceforge.net/projects/lmod/files/',
+    'http://sourceforge.net/projects/lmod/files/Testing'
+]
+
+sanity_check_paths = {
+    'files': [
+        "lmod/%(version)s/libexec/lmod",
+        "lmod/%(version)s/init/profile"],
+    'dirs': []}
+
+moduleclass = "tools"