pkg install, add link if package no have scripts

This commit is contained in:
2026-09-15 03:44:26 +03:00
parent e5c7d22875
commit 27169ee4cd
23 changed files with 353 additions and 9 deletions

14
assets/var/gnu/icu.md Normal file
View File

@ -0,0 +1,14 @@
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
```