before index-conflict changes

This commit is contained in:
2025-11-18 19:46:36 +03:00
parent 28ba2135ec
commit 30540602bd
66 changed files with 1403 additions and 879 deletions

10
assets/var/gnu/ell.md Normal file
View File

@ -0,0 +1,10 @@
ell
=
git://git.kernel.org/pub/scm/libs/ell/ell.git
``` sh *** build ***
libtoolize && ./bootstrap &&
./configure --prefix=/pkg/gnu/ell &&
make -j$(nproc) && make install
```