mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
eb50682b16
This also removes the patch as Serenity is now included in the bundled `configfsf.sub`.
7 lines
227 B
Bash
Executable file
7 lines
227 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='gmp'
|
|
version='6.3.0'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/gmp/gmp-${version}.tar.xz#a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898"
|
|
)
|