redox/recipes/libsodium/recipe.toml

10 lines
166 B
TOML

[source]
tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
patches = [
"random.patch"
]
script = "./autogen.sh"
[build]
template = "configure"