internal/rosa/package: utf8proc
All checks were successful
Test / Create distribution (push) Successful in 1m11s
Test / Sandbox (push) Successful in 2m55s
Test / ShareFS (push) Successful in 4m6s
Test / Sandbox (race detector) (push) Successful in 5m36s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Hakurei (push) Successful in 2m47s
Test / Flake checks (push) Successful in 1m25s

Required by foot.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-23 16:35:38 +09:00
parent d5e4a2e6a7
commit 5f5a398a5b

View File

@@ -0,0 +1,18 @@
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";
};
exec = cmake {
cache = {
"UTF8PROC_ENABLE_TESTING": "ON";
};
};
}