forked from rosa/hakurei
cd1d447664
This appears to be the last release not to contain AI slop. Signed-off-by: Ophestra <cat@gensokyo.uk>
28 lines
579 B
Go
28 lines
579 B
Go
package rsync {
|
|
description = "an open source utility that provides fast incremental file transfer";
|
|
website = "https://rsync.samba.org";
|
|
anitya = 4217;
|
|
|
|
version# = "3.4.1";
|
|
source = remoteTar {
|
|
url = "https://download.samba.org/pub/rsync/src/"+
|
|
"rsync-"+version+".tar.gz";
|
|
checksum = "VBlTsBWd9z3r2-ex7GkWeWxkUc5OrlgDzikAC0pK7ufTjAJ0MbmC_N04oSVTGPiv";
|
|
compress = gzip;
|
|
};
|
|
|
|
toyboxEarly = true;
|
|
|
|
exec = make {
|
|
configure = {
|
|
"disable-openssl";
|
|
"disable-xxhash";
|
|
"disable-zstd";
|
|
"disable-lz4";
|
|
};
|
|
|
|
// circular dependency
|
|
skipCheck = true;
|
|
};
|
|
}
|