redox/recipes/wip/tools/rsync/recipe.toml
2024-02-11 14:08:48 +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",
]