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
824053cf
Commit
824053cf
authored
Apr 04, 2018
by
Nicholas J Meyer
Committed by
Ed Reel
Apr 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add glog package. (#2198)
* Add glog package. * Update glog package.
parent
5ff878f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
packages/glog.rb
packages/glog.rb
+26
-0
No files found.
packages/glog.rb
0 → 100644
View file @
824053cf
require
'package'
class
Glog
<
Package
description
'A C++ implementation of the Google logging module.'
homepage
'https://github.com/google/glog'
version
'0.3.5'
source_url
'https://github.com/google/glog/archive/v0.3.5.zip'
source_sha256
'267103f8a1e9578978aa1dc256001e6529ef593e5aea38193d31c2872ee025e8'
depends_on
'unzip'
=>
:build
def
self
.
build
system
"./configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
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