From 16402790340f9c50d124910bb3d40478b58ea81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 1 Mar 2021 15:13:52 +0100 Subject: [PATCH] new file: g/git/git-2.30.1.eb --- g/git/git-2.30.1.eb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 g/git/git-2.30.1.eb diff --git a/g/git/git-2.30.1.eb b/g/git/git-2.30.1.eb new file mode 100644 index 00000000..b49880a3 --- /dev/null +++ b/g/git/git-2.30.1.eb @@ -0,0 +1,28 @@ +# IT4Innovations 2020 + +easyblock = 'ConfigureMake' + +name = 'git' +version = "2.25.1" + +homepage = 'http://git-scm.com/' +description = """Git is a free and open source distributed version control system designed +to handle everything from small to very large projects with speed and efficiency.""" + +toolchain = SYSTEM + +source_urls = ['https://www.kernel.org/pub/software/scm/git/'] +sources = ['%(name)s-%(version)s.tar.gz'] + +builddependencies = [ + ('Autoconf', '2.69', '', True) +] + +preconfigopts = 'make configure && ' + +sanity_check_paths = { + 'files': ['bin/git'], + 'dirs': [], +} + +moduleclass = 'tools'