mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
8 lines
224 B
Bash
Executable File
8 lines
224 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=gmp
|
|
version=6.2.1
|
|
useconfigure="true"
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/gmp/gmp-${version}.tar.bz2 eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c"
|
|
)
|