redox/recipes/wip/tools/other/rsync/recipe.toml
2024-06-26 04:08:29 +00:00

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",
]