mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
17 lines
354 B
Ruby
17 lines
354 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_readline < RUBY
|
|
description "This is just a loader for 'readline'."
|
|
homepage 'https://github.com/ruby/readline'
|
|
version "0.0.4-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby' => :logical
|
|
depends_on 'ruby_reline' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|