mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
17 lines
375 B
Ruby
17 lines
375 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_rdoc < RUBY
|
|
description 'RDoc produces HTML and command-line documentation for Ruby projects.'
|
|
homepage 'https://ruby.github.io/rdoc'
|
|
version "7.2.0-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby' => :logical
|
|
depends_on 'ruby_psych' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|