All checks were successful
Test / Create distribution (push) Successful in 2m40s
Test / Sandbox (push) Successful in 2m46s
Test / ShareFS (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m28s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Hakurei (push) Successful in 2m41s
Test / Flake checks (push) Successful in 1m31s
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
24 lines
477 B
Go
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,
|
|
];
|
|
}
|