mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
* Add unbuilt ruby_rexml to updater-ruby_rexml-3.4.4 * updater-ruby_rexml-3.4.4: Build Run on linux/386. * updater-ruby_rexml-3.4.4: Build Run on linux/amd64. * updater-ruby_rexml-3.4.4: Build Run on linux/arm/v7. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
14 lines
278 B
Ruby
14 lines
278 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_rexml < RUBY
|
|
description 'An XML toolkit for Ruby'
|
|
homepage 'https://github.com/ruby/rexml'
|
|
version "3.4.4-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|