Files
AeroPkg/assets/var/gnu/ell.md

11 lines
177 B
Markdown

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
```