mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
13 lines
349 B
Ruby
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
|