Files
packages/core/gdbm/gdbm.toml
T
2026-03-21 12:43:00 -05:00

28 lines
522 B
TOML

[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"