mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
19 lines
433 B
TOML
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",
|
|
]
|