Files
hakurei/internal/rosa/package/utf8proc.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

19 lines
425 B
Go

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";
};
};
}