mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
new file: g/git/git-2.30.1.eb
This commit is contained in:
parent
c140d2e209
commit
1640279034
28
g/git/git-2.30.1.eb
Normal file
28
g/git/git-2.30.1.eb
Normal file
@ -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'
|
Loading…
x
Reference in New Issue
Block a user