pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit b099c3d88b
110 changed files with 1582 additions and 332 deletions

View File

@ -3,7 +3,7 @@ sqlite 3.50.4
https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/sqlite
./configure --prefix=$pkgpath --fts5
make -j$(nproc)
make install
```