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 @@
package utf8proc {
description = "a clean C library for processing UTF-8 Unicode data";
website = "https://juliastrings.github.io/utf8proc";
anitya = 7455;
//az:schema mbf
version* = "2.11.3";
package utf8proc {
description = "a clean C library for processing UTF-8 Unicode data"
website = "https://juliastrings.github.io/utf8proc"
anitya = 7455
version := "2.11.3"
source = remoteGitHub {
suffix = "JuliaStrings/utf8proc";
tag = "v"+version;
checksum = "LlmejkymQEhaMciSE17JSl3pAYdf6DdXNr0ucwclClsMCeq7l1dcgIJl1JmNTQVq";
};
suffix = "JuliaStrings/utf8proc"
tag = "v"+version
checksum = "LlmejkymQEhaMciSE17JSl3pAYdf6DdXNr0ucwclClsMCeq7l1dcgIJl1JmNTQVq"
}
exec = cmake {
cache = {
"UTF8PROC_ENABLE_TESTING": "ON";
};
};
"UTF8PROC_ENABLE_TESTING": "ON"
}
}
}