mirror of
https://github.com/RGBCube/serenity
synced 2026-01-21 11:31:00 +00:00
7 lines
224 B
Bash
Executable file
7 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"
|
|
)
|