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
Łukasz Nowak
chromebrew
Commits
0573e463
Commit
0573e463
authored
Mar 08, 2019
by
Ed Reel
Committed by
Chris Thurber
Mar 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ngrok package (#3212)
parent
0354ae7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
packages/ngrok.rb
packages/ngrok.rb
+30
-0
No files found.
packages/ngrok.rb
0 → 100644
View file @
0573e463
require
'package'
class
Ngrok
<
Package
description
'ngrok exposes local servers behind NATs and firewalls to the public internet over secure tunnels.'
homepage
'https://ngrok.com/'
version
'2.3.15'
case
ARCH
when
'aarch64'
source_url
'https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip'
source_sha256
'd7c1beab61690cf83be3fc4e26880806e3c2ebbe6357182457f4cad22ae033de'
when
'armv7l'
source_url
'https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip'
source_sha256
'd7c1beab61690cf83be3fc4e26880806e3c2ebbe6357182457f4cad22ae033de'
when
'i686'
source_url
'https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip'
source_sha256
'e8b8b033b4aec785e0ba1e5ce5893982fc9740aeb2006b1f9c2d2a906f5884f9'
when
'x86_64'
source_url
'https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip'
source_sha256
'45d8a9e10abff1c77210acc0c123cdea3b7fbce7cfc1a06138c6392379775b17'
end
binary_url
({
})
binary_sha256
({
})
def
self
.
install
system
"install -Dm755 ngrok
#{
CREW_DEST_PREFIX
}
/bin/ngrok"
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