637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
16 lines
248 B
TOML
16 lines
248 B
TOML
[package]
|
|
name = "ruby"
|
|
version = "3.4"
|
|
|
|
#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",
|
|
]
|