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,23 +1,25 @@
package libxml2 {
description = "an XML toolkit implemented in C";
website = "https://gitlab.gnome.org/GNOME/libxml2";
anitya = 1783;
//az:schema mbf
version* = "2.15.3";
package libxml2 {
description = "an XML toolkit implemented in C"
website = "https://gitlab.gnome.org/GNOME/libxml2"
anitya = 1783
version := "2.15.3"
source = remoteGitLab {
domain = "gitlab.gnome.org";
suffix = "GNOME/libxml2";
ref = "v"+version;
checksum = "oJy74htGlEpf70KPvpW18fYJo0RQQkCXZRwqUz6NoXborS3HCq3Nm4gsyaSeNmUH";
};
domain = "gitlab.gnome.org"
suffix = "GNOME/libxml2"
ref = "v"+version
checksum = "oJy74htGlEpf70KPvpW18fYJo0RQQkCXZRwqUz6NoXborS3HCq3Nm4gsyaSeNmUH"
}
// can't create shell.out: Read-only file system
writable = true;
writable
exec = meson {};
exec = meson()
inputs = [
git,
diffutils,
];
git
diffutils
]
}