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
2659eb3f
Commit
2659eb3f
authored
Jul 02, 2020
by
Ed Reel
Committed by
GitHub
Jul 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add openvpn package (#4156)
Add pre-built binaries
parent
16e9fa45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
packages/openvpn.rb
packages/openvpn.rb
+35
-0
No files found.
packages/openvpn.rb
0 → 100644
View file @
2659eb3f
require
'package'
class
Openvpn
<
Package
description
'OpenVPN is an open source VPN daemon'
homepage
'https://openvpn.net/'
version
'2.4.9'
compatibility
'all'
source_url
'https://swupdate.openvpn.org/community/releases/openvpn-2.4.9.tar.xz'
source_sha256
'641f3add8694b2ccc39fd4fd92554e4f089ad16a8db6d2b473ec284839a5ebe2'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/openvpn-2.4.9-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/openvpn-2.4.9-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/openvpn-2.4.9-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/openvpn-2.4.9-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'27e5efdb11c4d8b9af843d5e6cff5a6792dda5b09498f8781d6e094261869c59'
,
armv7l:
'27e5efdb11c4d8b9af843d5e6cff5a6792dda5b09498f8781d6e094261869c59'
,
i686:
'113d563f0881a1de9c742913ea32daca76a5e9da938c102245024b9072d80348'
,
x86_64:
'02353189cfcc0fbe81ec8e13014d85dc67ce1a0c0c64ce2b6008345696d109c0'
,
})
depends_on
'libmbedtls'
depends_on
'lzo'
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
"
system
'make'
end
def
self
.
install
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
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