Files
chromebrew/packages/ruby_benchmark.rb
2025-05-31 00:39:50 +00:00

14 lines
290 B
Ruby

require 'buildsystems/ruby'
class Ruby_benchmark < RUBY
description 'A performance benchmarking library.'
homepage 'https://github.com/ruby/benchmark'
version "0.4.1-#{CREW_RUBY_VER}"
license 'Ruby'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end