# IT4Innovations 2021 # LK easyblock = 'ConfigureMake' name = 'git' version = "2.38.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'] checksums = ['620ed3df572a34e782a2be4c7d958d443469b2665eac4ae33f27da554d88b270'] builddependencies = [ ('Autoconf', '2.69', '', True) ] preconfigopts = 'make configure && ' sanity_check_paths = { 'files': ['bin/git'], 'dirs': [], } moduleclass = 'tools'