internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,31 +1,31 @@
package zstd {
description = "a fast compression algorithm";
website = "https://facebook.github.io/zstd";
anitya = 12083;
//az:schema mbf
version* = "1.5.7";
package zstd {
description = "a fast compression algorithm"
website = "https://facebook.github.io/zstd"
anitya = 12083
version := "1.5.7"
source = remoteGitHubRelease {
suffix = "facebook/zstd";
tag = "v"+version;
name = "zstd-"+version+".tar.gz";
checksum = "4XhfR7DwVkwo1R-TmYDAJOcx9YXv9WSFhcFUe3hWEAMmdMLPhFaznCqYIA19_xxV";
compress = gzip;
};
suffix = "facebook/zstd"
tag = "v"+version
name = "zstd-${version}.tar.gz"
checksum = "4XhfR7DwVkwo1R-TmYDAJOcx9YXv9WSFhcFUe3hWEAMmdMLPhFaznCqYIA19_xxV"
compress = gzip
}
// tests Makefile assumes writable source
writable = true;
chmod = true;
writable
chmod
exec = cmake {
append = [ "build", "cmake" ];
test = `
make -C /usr/src/zstd/tests datagen
ZSTD_BIN=/cure/programs/zstd /usr/src/zstd/tests/playTests.sh
`;
};
append = [ "build", "cmake" ]
test = `make -C /usr/src/zstd/tests datagen
ZSTD_BIN=/cure/programs/zstd /usr/src/zstd/tests/playTests.sh`
}
inputs = [
make,
diffutils,
];
make
diffutils
]
}