mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
14 lines
290 B
Ruby
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
|