mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
eb50682b16
This also removes the patch as Serenity is now included in the bundled `configfsf.sub`.
8 lines
227 B
Bash
Executable File
8 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"
|
|
)
|