Files
chromebrew/packages/ruby_base64.rb
2025-05-31 00:39:50 +00:00

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