mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: n/Ninja/Ninja-1.9.0.eb
This commit is contained in:
parent
ff33b52840
commit
09ee0ab50f
30
n/Ninja/Ninja-1.9.0.eb
Normal file
30
n/Ninja/Ninja-1.9.0.eb
Normal file
@ -0,0 +1,30 @@
|
||||
# IT4Innovations 2019
|
||||
|
||||
easyblock = 'CmdCp'
|
||||
|
||||
name = 'Ninja'
|
||||
version = '1.9.0'
|
||||
|
||||
homepage = 'https://ninja-build.org/'
|
||||
description = "Ninja is a small build system with a focus on speed."
|
||||
|
||||
toolchain = SYSTEM
|
||||
|
||||
source_urls = ['https://github.com/ninja-build/ninja/archive/']
|
||||
sources = ['v%(version)s.tar.gz']
|
||||
checksums = ['5d7ec75828f8d3fd1a0c2f31b5b0cea780cdfe1031359228c428c1a48bfcd5b9']
|
||||
|
||||
#builddependencies = [
|
||||
# ('binutils', '2.27'),
|
||||
#]
|
||||
|
||||
cmds_map = [('.*', "./configure.py --bootstrap")]
|
||||
|
||||
files_to_copy = [(['ninja'], 'bin')]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/ninja'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user