mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
dda01f538f
27
s/squashfuse/squashfuse-0.5.2.eb
Normal file
27
s/squashfuse/squashfuse-0.5.2.eb
Normal file
@ -0,0 +1,27 @@
|
||||
# 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'
|
Loading…
x
Reference in New Issue
Block a user