mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
10 lines
208 B
TOML
10 lines
208 B
TOML
[source]
|
|
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz"
|
|
blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393"
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libgmp"
|
|
]
|