mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
14 lines
325 B
Ruby
14 lines
325 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_base64 < RUBY
|
|
description 'Support for encoding and decoding binary data using a base64 representation.'
|
|
homepage 'https://github.com/ruby/base64'
|
|
version "0.3.0-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|