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/gdb.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "gdb")
(version "17.1")
(homepage "http://sourceware.org/gdb/")
(dependencies make libgmp libmpfr)
(src (tar
(url "https://ftp.gnu.org/gnu/gdb/gdb-17.1.tar.gz")
(dir "gdb-17.1")
(blake3 "1c7e74f07de409c77381316b67becfcfcb33f06a2262b85fc9409aac1f51a6c7")))
(build
(configure_make)))