1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:47:35 +00:00

Ports: Add groff

This port is exceptionally useful in the ports ecosystem, as it will
allow us to read ROFF manual pages within the system.
This commit is contained in:
Liav A 2023-08-12 19:12:57 +03:00 committed by Tim Schumacher
parent d905498fb6
commit c2d9d0277f
5 changed files with 76 additions and 0 deletions

15
Ports/groff/package.sh Executable file
View file

@ -0,0 +1,15 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='groff'
version='1.22.4'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=('build-aux/config.sub')
files=(
"https://ftpmirror.gnu.org/gnu/groff/groff-${version}.tar.gz e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293"
)
depends=(
'libiconv'
)
configopts=(
'--with-doc=no'
)