mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
10 lines
256 B
TOML
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",
|
|
]
|