Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user