Files
shrap/packages/rsync.shrap
2026-02-20 12:45:31 +01:00

12 lines
383 B
Plaintext

(package
(name "rsync")
(version "3.4.1")
(homepage "https://rsync.samba.org/")
(dependencies libopenssl libxxhash zstd lz4)
(src (tar
(url "https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz")
(dir "rsync-3.4.1")
(blake3 "e1cfdd51a1a89a49e73f8fa730a4321392fe4a29533c0979c2c09c7ce3808b6f")))
(build
(configure_make)))