easyconfigs-it4i/s/squashfuse/squashfuse-0.5.2.eb
2024-10-31 10:06:07 +01:00

28 lines
788 B
Plaintext

# IT4Innovations
# PH 2024
easyblock = 'ConfigureMake'
name = 'squashfuse'
version = '0.5.2'
homepage = 'https://github.com/vasi/squashfuse'
description = """Squashfuse lets you mount SquashFS archives in user-space. It supports almost
all features of the SquashFS format, yet is still fast and memory-efficient. So
that everyone can use it, squashfuse supports many different operating systems
and is available under a permissing license."""
source_urls = [f'https://github.com/vasi/{name}/releases/download/{version}']
sources = [f'{name}-{version}.tar.gz']
checksums = ['54e4baaa20796e86a214a1f62bab07c7c361fb7a598375576d585712691178f5']
toolchain = {'name': 'GCC', 'version': '12.3.0'}
dependencies = [
('FUSE', '3.16.2'),
('zlib', '1.2.13')
]
moduleclass = 'tools'