redox/recipes/wip/fuse/cryfs/recipe.toml
2025-10-30 04:38:44 -03:00

10 lines
256 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/cryfs/cryfs#building-from-source
[source]
tar = "https://github.com/cryfs/cryfs/releases/download/1.0.1/cryfs-1.0.1.tar.xz"
[build]
template = "cmake"
dependencies = [
"libfuse3",
]