mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
14 lines
293 B
Ruby
14 lines
293 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_rainbow < RUBY
|
|
description 'Colorize printed text on ANSI terminals.'
|
|
homepage 'https://github.com/sickill/rainbow'
|
|
version "3.1.1-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|