before index-conflict changes

This commit is contained in:
2025-11-18 19:46:36 +03:00
parent 28ba2135ec
commit 30540602bd
66 changed files with 1403 additions and 879 deletions

View File

@ -0,0 +1,12 @@
utf8proc 2.11.0
=
https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.11.0.tar.gz
``` sh *** patch ***
sed -i "s|prefix=/usr/local|prefix=/pkg/gnu/utf8proc|" Makefile
```
``` sh *** build ***
make -j$(nproc)
make install
```