mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
10 lines
192 B
TOML
10 lines
192 B
TOML
#TODO compilation error on libgcrypt
|
|
[source]
|
|
tar = "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.1.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libiconv",
|
|
"libgcrypt",
|
|
]
|