1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 10:20:45 +00:00
serenity/Ports/mpfr/package.sh
2023-10-12 23:30:22 +02:00

16 lines
362 B
Bash
Executable File

#!/usr/bin/env -S bash ../.port_include.sh
port='mpfr'
version='4.2.1'
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#277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2"
)
depends=(
'gmp'
)