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,22 +1,20 @@
//az:schema mbf
package libexpat {
description = "a stream-oriented XML parser library";
website = "https://libexpat.github.io";
anitya = 770;
description = "a stream-oriented XML parser library"
website = "https://libexpat.github.io"
anitya = 770
version* = "2.8.1";
version := "2.8.1"
source = remoteGitHubRelease {
suffix = "libexpat/libexpat";
tag = "R_"+replace {
s = version;
old = ".";
new = "_";
};
name = "expat-"+version+".tar.bz2";
checksum = "iMEtbOJhQfGof2GxSlxffQSI1va_NDDQ9VIuqcPbNZ0291Dr8wttD5QecYyjIQap";
compress = bzip2;
};
suffix = "libexpat/libexpat"
tag = "R_"+replace(version, ".", "_")
name = "expat-${version}.tar.bz2";
checksum = "iMEtbOJhQfGof2GxSlxffQSI1va_NDDQ9VIuqcPbNZ0291Dr8wttD5QecYyjIQap"
compress = bzip2
}
exec = make {};
exec = make()
inputs = [ bash ];
inputs = [ bash ]
}