mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
9 lines
170 B
TOML
9 lines
170 B
TOML
#TODO compile and test
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-1.0.5.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"gnutls3",
|
|
]
|