From 58b85eef0352c8c1736b4e999dea102d7eb9188a Mon Sep 17 00:00:00 2001 From: Dimitrij Mijoski Date: Mon, 16 Feb 2026 22:14:13 +0100 Subject: [PATCH] Add new library ICU --- bin/yaml/libraries.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/bin/yaml/libraries.yaml b/bin/yaml/libraries.yaml index f772518e4..18b61330c 100644 --- a/bin/yaml/libraries.yaml +++ b/bin/yaml/libraries.yaml @@ -907,6 +907,28 @@ libraries: targets: - name: 1.11.0 type: github + icu: + targets: + - "78.2" + type: tarballs + untar_dir: icu + url: https://github.com/unicode-org/icu/releases/download/release-{{name}}/icu4c-{{name}}-sources.tgz + compression: gz + dir: libs/icu/{{name}} + build_type: make + check_file: source/configure + lib_type: shared + prebuild_script: + - cd source + - ./configure --prefix="$PWD/../../install" --disable-tests --disable-samples + make_targets: + - all + package_install: true + sharedliblink: + - icuuc + - icudata + - icui18n + - icuio jsoncons: check_file: README.md repo: danielaparker/jsoncons