1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 08:00:47 +00:00
serenity/Ports/groff/package.sh
2023-09-09 01:06:31 +02:00

16 lines
366 B
Bash
Executable File

#!/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'
)