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

11 lines
170 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
mandoc
=
https://mandoc.bsd.lv/snapshots/mandoc.tar.gz
``` sh *** build ***
echo 'PREFIX=/pkg/gnu/mandoc' > configure.local
./configure
make -j$(nproc)
make install
```