mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: f/FUSE/FUSE-3.2.6_skip-utils.patch new file: f/fuse3-libs/fuse3-libs-3.3.0-19.eb
29 lines
828 B
Plaintext
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'
|