Files
hakurei/internal/rosa/package/libxml2.az
Ophestra a3867ad65f internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24 16:20:26 +09:00

24 lines
477 B
Go

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";
};
// can't create shell.out: Read-only file system
writable = true;
exec = meson {};
inputs = [
git,
diffutils,
];
}