Skip to content

community/ronn: add dependency on groff

Sören Tempel requested to merge nmeum/aports:ronn-groff-dependency into master

Seems to be required for ronn to work correctly:

$ echo "# test" > ronn.md
$ ronn ronn.md
     roff: ./ronn
sh: groff: not found
     html: ./ronn.html                                           +man

Merge request reports