Files
AeroPkg/assets/var/gnu/icu.md

274 B

icu

https://github.com/unicode-org/icu/archive/refs/tags/release-78.3.tar.gz

cd icu4c/source
./configure --prefix="$pkgpath" \
    --enable-shared \
    --enable-static \
    --disable-samples \
    --disable-tests
make -j"$(nproc)"
make install