mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
13 lines
221 B
TOML
13 lines
221 B
TOML
#TODO make all dependencies work
|
|
[source]
|
|
tar = "https://download.samba.org/pub/rsync/src/rsync-3.2.7.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zstd",
|
|
"zlib",
|
|
"lz4",
|
|
"popt",
|
|
"xxhash",
|
|
]
|