redox/recipes/wip/fuse/cvmfs/recipe.toml
2025-10-07 14:13:06 -03:00

10 lines
270 B
TOML

#TODO not compiled or tested
# build instructions: https://cvmfs.readthedocs.io/en/stable/cpt-quickstart.html#building-from-source
[source]
tar = "https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.2/source.tar.gz"
[build]
template = "cmake"
dependencies = [
"libfuse3",
]