[package] name = "rsync" version = "3.4.1" description = "Fast file transfer utility" url = "https://rsync.samba.org/" license = "GPL-3.0" [source] url = "https://download.samba.org/pub/rsync/rsync-${version}.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "zlib", "zstd", "openssl"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-xxhash --disable-lz4""" make = """make""" install = """make DESTDIR=${PKG} install"""