redox/recipes/wip/dev/lang/ruby/recipe.toml
2026-02-01 17:55:27 -03:00

12 lines
207 B
TOML

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