Files
chromebrew/packages/ruby_yard.rb
2025-12-06 01:35:45 +00:00

14 lines
308 B
Ruby

require 'buildsystems/ruby'
class Ruby_yard < RUBY
description 'YARD is a documentation generation tool for the Ruby programming language.'
homepage 'http://yardoc.org'
version "0.9.38-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end