Files
chromebrew/packages/ruby_debug.rb
Satadru Pramanik, DO, MPH, MEng 819b45a50c Refresh core deps and rebuild rtmpdump against openssl instead of nettle. (#15522)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2026-04-09 04:26:48 +00:00

28 lines
844 B
Ruby

require 'buildsystems/ruby'
class Ruby_debug < RUBY
description 'The debug library provides debugging functionality to Ruby (MRI) 2.7 and later.'
homepage 'https://github.com/ruby/debug'
version "1.11.1-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'gem'
binary_sha256({
aarch64: '0ac1a3cfe5d8e32b22ea1cc40fc43da8101527b3a29527fd377f6d088c4b841e',
armv7l: '0ac1a3cfe5d8e32b22ea1cc40fc43da8101527b3a29527fd377f6d088c4b841e',
i686: '08a57d34a170a3ae46277d32b5b1afa7aa7ab1c59f356221d0ddf3e39dcfdb44',
x86_64: '12cf6ca041125b269134f00c594b3ecfcda9afdd3ad52661679708b1ab03f0bd'
})
depends_on 'glibc' => :library
depends_on 'ruby' => :library
depends_on 'ruby_irb' # R
depends_on 'ruby_reline' # R
conflicts_ok
gem_compile_needed
no_source_build
end