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

19 lines
433 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/mhx/dwarfs#building
#TODO missing dependencies, see https://github.com/mhx/dwarfs#dependencies
[source]
tar = "https://github.com/mhx/dwarfs/releases/download/v0.7.2/dwarfs-0.7.2.tar.xz"
[build]
template = "cmake"
dependencies = [
"libfuse3",
"boost",
"libbrotli",
"libevent",
"openssl1",
"lz4",
"xz",
"libunwind",
"libfmt",
]