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
b967a431
Commit
b967a431
authored
Dec 16, 2017
by
Damian Montero
Committed by
GitHub
Dec 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1506 from uberhacker/add-health_check-package
Add health_check package
parents
f00e4f81
2f448321
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
packages/health_check.rb
packages/health_check.rb
+26
-0
No files found.
packages/health_check.rb
0 → 100644
View file @
b967a431
require
'package'
class
Health_check
<
Package
description
'The health-check tool monitors processes in various ways to help identify areas where it is consuming too many resources.'
homepage
'http://kernel.ubuntu.com/~cking/health-check/'
version
'0.02.08'
source_url
'http://kernel.ubuntu.com/~cking/tarballs/health-check/health-check-0.02.08.tar.gz'
source_sha256
'be4f14affaa80dc634cc4cf41efc0b3164e5b1758674762f0a2322d2ccbfbd52'
binary_url
({
})
binary_sha256
({
})
depends_on
'jsonc'
def
self
.
build
system
"make"
system
"gzip -9 health-check.8"
end
def
self
.
install
system
"install -Dm755 health-check
#{
CREW_DEST_PREFIX
}
/bin/health-check"
system
"install -Dm644 health-check.8.gz
#{
CREW_DEST_PREFIX
}
/share/man/man8/health-check.8.gz"
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