Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[build]
type = "autotools"
[build.flags]
configure = [
"--disable-static",
"--enable-libgdbm-compat",
]
[dependencies]
runtime = [
"glibc",
"readline",
"sh",
]
[package]
description = "GNU Database Manager"
homepage = "https://www.gnu.org/software/gdbm/"
license = "GPL-3.0-or-Later"
name = "gdbm"
version = "1.26"
[[source]]
extract_dir = "$name-$version"
sha256 = "6a24504a14de4a744103dcb936be976df6fbe88ccff26065e54c1c47946f4a5e"
url = "https://mirrors.kernel.org/gnu/gdbm/gdbm-$version.tar.gz"