forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,27 +1,28 @@
|
||||
//az:schema mbf
|
||||
|
||||
package rsync {
|
||||
description = "an open source utility that provides fast incremental file transfer";
|
||||
website = "https://rsync.samba.org";
|
||||
anitya = 4217;
|
||||
description = "an open source utility that provides fast incremental file transfer"
|
||||
website = "https://rsync.samba.org"
|
||||
anitya = 4217
|
||||
|
||||
version* = "3.4.2";
|
||||
version := "3.4.2"
|
||||
source = remoteTar {
|
||||
url = "https://download.samba.org/pub/rsync/src/"+
|
||||
"rsync-"+version+".tar.gz";
|
||||
checksum = "t7PxS4WHXzefLMKKc_3hJgxUmlGG6KgHMZ8i4DZvCQAUAizxbclNKwfLyOHyq5BX";
|
||||
compress = gzip;
|
||||
};
|
||||
url = "https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz"
|
||||
checksum = "t7PxS4WHXzefLMKKc_3hJgxUmlGG6KgHMZ8i4DZvCQAUAizxbclNKwfLyOHyq5BX"
|
||||
compress = gzip
|
||||
}
|
||||
|
||||
toyboxEarly = true;
|
||||
toyboxEarly
|
||||
|
||||
exec = make {
|
||||
configure = {
|
||||
"disable-openssl";
|
||||
"disable-xxhash";
|
||||
"disable-zstd";
|
||||
"disable-lz4";
|
||||
};
|
||||
configure = [
|
||||
"disable-openssl"
|
||||
"disable-xxhash"
|
||||
"disable-zstd"
|
||||
"disable-lz4"
|
||||
]
|
||||
|
||||
// circular dependency
|
||||
skipCheck = true;
|
||||
};
|
||||
skipCheck
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user