mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
9 lines
184 B
TOML
9 lines
184 B
TOML
#TODO wait the fix of libgcrypt compilation
|
|
[source]
|
|
tar = "https://gnupg.org/ftp/gcrypt/gpgme/gpgme-1.20.0.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libgcrypt",
|
|
]
|