mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
257 B
TOML
13 lines
257 B
TOML
[source]
|
|
tar = "https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz"
|
|
blake3 = "e1cfdd51a1a89a49e73f8fa730a4321392fe4a29533c0979c2c09c7ce3808b6f"
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zstd",
|
|
"lz4",
|
|
"openssl3",
|
|
"xxhash",
|
|
]
|