mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
50758181a3
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
15 lines
362 B
Bash
Executable file
15 lines
362 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='mpfr'
|
|
version='4.1.0'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
configopts=(
|
|
"--target=${SERENITY_ARCH}-pc-serenity"
|
|
'--with-sysroot=/'
|
|
)
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/mpfr/mpfr-${version}.tar.xz#0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f"
|
|
)
|
|
depends=(
|
|
'gmp'
|
|
)
|