Add libgmp

This commit is contained in:
Jeremy Soller 2021-07-19 08:39:04 -06:00
parent 425e3e760f
commit f11560d978
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
GIT=https://gitlab.redox-os.org/redox-os/binutils-gdb.git
BRANCH=redox
GIT_UPSTREAM=git://sourceware.org/git/binutils-gdb.git
BUILD_DEPENDS=(expat)
BUILD_DEPENDS=(expat libgmp)
function recipe_version {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"

View File

@ -0,0 +1,5 @@
[source]
tar = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz"
[build]
template = "configure"