mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Add libgmp
This commit is contained in:
parent
425e3e760f
commit
f11560d978
@ -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)"
|
||||
|
||||
5
recipes/libgmp/recipe.toml
Normal file
5
recipes/libgmp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
tar = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz"
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user