mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
14 lines
351 B
Ruby
14 lines
351 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_ruby_progressbar < RUBY
|
|
description 'Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.'
|
|
homepage 'https://github.com/jfelchner/ruby-progressbar'
|
|
version "1.13.0-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|