pkg download command and patches

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

11
assets/var/gnu/boost.md Normal file
View File

@ -0,0 +1,11 @@
boost 1.92
=
https://github.com/boostorg/boost/releases/download/boost-1.91.0-1/boost-1.91.0-1-cmake.tar.xz
``` sh *** build ***
mkdir -p build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX="$pkgpath" \
-DBOOST_ENABLE_CMAKE=ON
make -j$(nproc)
make install
```