easyconfigs-it4i/l/librsync/librsync-2.0.2.eb

26 lines
568 B
Plaintext

# IT4Innovations 2018
easyblock = 'CMakeMake'
name = 'librsync'
version = "2.0.2"
homepage = 'http://git-scm.com/'
description = "librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications."
toolchain = {'name': 'system', 'version': ''}
source_urls = ['https://github.com/librsync/librsync/archive/']
sources = ['v%(version)s.tar.gz']
builddependencies = [
('CMake', '3.9.1')
]
sanity_check_paths = {
'files': ['bin/rdiff'],
'dirs': [],
}
moduleclass = 'lib'