Files
chromebrew/packages/ruby_webrick.rb
2024-02-10 22:24:18 +11:00

13 lines
349 B
Ruby

require 'buildsystems/ruby'
class Ruby_webrick < RUBY
description 'WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.'
homepage 'https://github.com/ruby/webrick/'
version '1.8.1-ruby-3.3'
license 'BSD-2'
compatibility 'all'
source_url 'SKIP'
no_compile_needed
end