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

16 lines
205 B
Markdown
Raw Normal View History

2026-09-12 04:17:58 +03:00
less
=
https://github.com/gwsw/less.git
``` sh *** build ***
make -f Makefile.aut distfiles
autoreconf -i
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```
``` sh *** run deps ***
groff
```