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,18 +1,20 @@
//az:schema mbf
package xz {
description = "XZ Utils";
website = "https://tukaani.org/xz";
anitya = 5277;
description = "XZ Utils"
website = "https://tukaani.org/xz"
anitya = 5277
version* = "5.8.3";
version := "5.8.3"
source = remoteGitHubRelease {
suffix = "tukaani-project/xz";
tag = "v"+version;
name = "xz-"+version+".tar.bz2";
checksum = "nCdayphPGdIdVoAZ2hR4vYlhDG9LeVKho_i7ealTud4Vxy5o5dWe0VwFlN7utuUL";
compress = bzip2;
};
suffix = "tukaani-project/xz"
tag = "v"+version
name = "xz-${version}.tar.bz2"
checksum = "nCdayphPGdIdVoAZ2hR4vYlhDG9LeVKho_i7ealTud4Vxy5o5dWe0VwFlN7utuUL"
compress = bzip2
}
exec = make {};
exec = make()
inputs = [ diffutils ];
inputs = [ diffutils ]
}