1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 18:07:46 +00:00

Ports: Add GNU Multiple Precision Arithmetic Library (GMP)

This commit is contained in:
Brendan Coles 2021-04-08 07:11:06 +00:00 committed by Andreas Kling
parent 57749b175c
commit 6c3e0cc98a
3 changed files with 20 additions and 0 deletions

9
Ports/gmp/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=gmp
version=6.2.1
useconfigure="true"
files="https://ftp.gnu.org/gnu/gmp/gmp-${version}.tar.bz2 gmp-${version}.tar.bz2
https://ftp.gnu.org/gnu/gmp/gmp-${version}.tar.bz2.sig gmp-${version}.tar.bz2.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts="--keyring ./gnu-keyring.gpg gmp-${version}.tar.bz2.sig"