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

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

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

@ -0,0 +1,11 @@
libnice 0.1.23
=
https://gitlab.freedesktop.org/libnice/libnice/-/archive/0.1.23/libnice-0.1.23.tar.gz
``` sh *** build ***
mkdir -p build
cd build
meson setup --prefix=/pkg/gnu/libnice ..
ninja
ninja install
```