mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
11 lines
206 B
TOML
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",
|
|
] |