Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit 683ac8af11
240 changed files with 2747 additions and 855 deletions

9
assets/var/gnu/cups.md Normal file
View File

@ -0,0 +1,9 @@
cups 2.3.6
=
https://github.com/apple/cups/archive/refs/tags/v2.3.6.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/cups
make -j$(nproc)
make install
```