25 lines
578 B
TOML
25 lines
578 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = ["--disable-static"]
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"glibc",
|
|
"gmp",
|
|
]
|
|
test = [ "valgrind" ]
|
|
|
|
[package]
|
|
description = "low-level cryptographic library that is designed to fit easily in many contexts"
|
|
homepage = "https://www.gnu.org/software/nettle/"
|
|
license = "LGPL-3.0-or-later OR GPL-2.0-or-later"
|
|
name = "nettle"
|
|
version = "4.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "3addbc00da01846b232fb3bc453538ea5468da43033f21bb345cb1e9073f5094"
|
|
url = "https://mirrors.kernel.org/gnu/nettle/nettle-$version.tar.gz"
|