pkg install, add link if package no have scripts
This commit is contained in:
14
assets/var/gnu/icu.md
Normal file
14
assets/var/gnu/icu.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user