easyconfigs-it4i/s/squashfuse/squashfuse-0.5.2-GCC-12.3.0.eb
Pavel Holba 3a970407d9 new file: f/FUSE/FUSE-3.2.6-GCCcore-12.3.0.eb
new file:   f/FUSE/FUSE-3.2.6_skip-utils.patch
	new file:   f/fuse3-libs/fuse3-libs-3.3.0-19.eb
2024-11-01 14:40:59 +01:00

29 lines
828 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.2.6'),
('zlib', '1.2.13'),
# ('fuse3-libs', '3.3.0-19','',True)
]
moduleclass = 'tools'