redox/recipes/wip/libs/gpgme/recipe.toml
2024-02-17 20:30:48 +00:00

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",
]