aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/rosa/package/utf8proc.az18
1 files changed, 18 insertions, 0 deletions
diff --git a/internal/rosa/package/utf8proc.az b/internal/rosa/package/utf8proc.az
new file mode 100644
index 00000000..03f6c60c
--- /dev/null
+++ b/internal/rosa/package/utf8proc.az
@@ -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";
+ };
+ };
+}