Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
48bdd890
Commit
48bdd890
authored
Apr 04, 2021
by
Cassandra Watergate
Committed by
GitHub
Apr 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[New Package] ruby-webrick (#5534)
parent
99a59424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
packages/ruby_webrick.rb
packages/ruby_webrick.rb
+23
-0
No files found.
packages/ruby_webrick.rb
0 → 100644
View file @
48bdd890
require
'package'
class
Ruby_webrick
<
Package
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.7.0'
license
'BSD-2'
compatibility
'all'
source_url
'https://github.com/ruby/webrick/archive/refs/tags/v1.7.0.tar.gz'
source_sha256
'25df35c696301deddec8cc929954284fa3dfaa86ad90c0cce2ecc5740c476545'
def
self
.
build
system
'rake'
,
'build'
end
def
self
.
check
system
'rake'
,
'test'
end
def
self
.
install
system
'gem'
,
'install'
,
"--build=
#{
CREW_DEST_DIR
}
"
,
'pkg/webrick-1.7.0.gem'
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment