mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
10 lines
173 B
TOML
10 lines
173 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
depencencies = [
|
|
"gnutls",
|
|
"libgmp",
|
|
]
|