mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03:00
11 lines
361 B
Bash
Executable File
11 lines
361 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 mpfr-${version}.tar.xz 0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f"
|
|
)
|
|
depends=("gmp")
|