mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
14 lines
324 B
Bash
Executable file
14 lines
324 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='gawk'
|
|
version='5.3.0'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz#378f8864ec21cfceaa048f7e1869ac9b4597b449087caf1eb55e440d30273336"
|
|
)
|
|
depends=(
|
|
'gmp'
|
|
'mpfr'
|
|
)
|
|
configopts=(
|
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
|
)
|