Files
chromebrew/packages/ruby_thwait.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

17 lines
365 B
Ruby

require 'buildsystems/ruby'
class Ruby_thwait < RUBY
description 'Watches for termination of multiple threads.'
homepage 'https://github.com/ruby/thwait'
version "0.2.0-#{CREW_RUBY_VER}"
license 'BSD-2-Clause'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby' => :logical
depends_on 'ruby_e2mmap' # R
conflicts_ok
no_compile_needed
end