mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
16 lines
296 B
Ruby
16 lines
296 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_multi_xml < RUBY
|
|
description '---.'
|
|
homepage 'https://github.com/sferik/multi_xml'
|
|
version "0.7.2-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_bigdecimal' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|