more packages

This commit is contained in:
2026-02-19 13:03:02 +01:00
parent 9fde568bee
commit 1a775ed217
27 changed files with 133 additions and 5 deletions

11
packages/libmpc.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libmpc")
(version "1.3.1")
(homepage "https://www.multiprecision.org/")
(dependencies libgmp libmpfr)
(src (tar
(url "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz")
(dir "mpc-1.3.1")
(blake3 "86d083c43c08e98d4470c006a01e0df727c8ff56ddd2956b170566ba8c9a46de")))
(build
(configure_make)))