From e76191e478acf9ff44d03f4d2113a751944e4888 Mon Sep 17 00:00:00 2001
From: Lukas Krupcik <lukas.krupcik@vsb.cz>
Date: Tue, 4 May 2021 13:31:04 +0200
Subject: [PATCH] 	new file:   v/VESTA/VESTA-3.5.7.eb

---
 v/VESTA/VESTA-3.5.7.eb | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 v/VESTA/VESTA-3.5.7.eb

diff --git a/v/VESTA/VESTA-3.5.7.eb b/v/VESTA/VESTA-3.5.7.eb
new file mode 100644
index 00000000..ac42d71a
--- /dev/null
+++ b/v/VESTA/VESTA-3.5.7.eb
@@ -0,0 +1,25 @@
+# IT4Innovations 2021
+# JK
+
+easyblock = 'Binary'
+
+name = 'VESTA'
+version = '3.5.7'
+versionsuffix = '-gtk3'
+
+homepage = "http://www.jp-minerals.org/vesta"
+description = """VESTA is a 3D visualization program for structured models, volumetric data such as electron/nuclear densities, and crystal morphologies."""
+
+toolchain = SYSTEM
+
+source_urls = ["http://www.jp-minerals.org/vesta/archives/%(version)s"]
+sources = ["%(name)s-gtk3.tar.bz2"]
+
+extract_sources = True
+sanity_check_paths = {
+	'files': ['VESTA'],
+	'dirs': [],
+}
+
+moduleclass = 'vis'
+