redox/recipes/wip/ruby/recipe.toml
2023-11-30 18:13:53 +00:00

11 lines
206 B
TOML

#TODO compilation error
[source]
tar = "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz"
[build]
template = "configure"
dependencies = [
"openssl1",
"zlib",
"libyaml",
"libffi",
]