redox/recipes/wip/libs/other/gpgme/recipe.toml
2024-06-26 03:59:18 +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",
]