mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
14 lines
319 B
Ruby
14 lines
319 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_csv < RUBY
|
|
description 'The csv library provides a complete interface to csv files and data.'
|
|
homepage 'https://github.com/ruby/csv'
|
|
version "3.3.5-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|