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

10 lines
150 B
Markdown
Raw Normal View History

2026-09-12 04:17:58 +03:00
groff 1.24.1
=
https://ftp.gnu.org/gnu/groff/groff-1.24.1.tar.gz
``` sh *** build ***
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```