Skip to content
Snippets Groups Projects
git-2.46.0.eb 693 B
Newer Older
easybuild's avatar
easybuild committed
# IT4Innovations
# LK 2024
# NODE
easybuild's avatar
easybuild committed

easyblock = 'ConfigureMake'

name = 'git'
version = "2.46.0"
easybuild's avatar
easybuild committed

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 = ['b138811e16838f669a2516e40f09d50500e1c7fc541b5ab50ce84b98585e5230']
easybuild's avatar
easybuild committed

builddependencies = [
    ('Autoconf', '2.69'),
easybuild's avatar
easybuild committed
]

preconfigopts = 'make configure && '

sanity_check_paths = {
    'files': ['bin/git'],
    'dirs': [],
}

moduleclass = 'tools'