icu = https://github.com/unicode-org/icu/archive/refs/tags/release-78.3.tar.gz ``` sh *** build *** cd icu4c/source ./configure --prefix="$pkgpath" \ --enable-shared \ --enable-static \ --disable-samples \ --disable-tests make -j"$(nproc)" make install ```