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
eade9c00
Commit
eade9c00
authored
Dec 28, 2017
by
Gangstead
Committed by
GitHub
Dec 28, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1579 from uberhacker/add-has-package
Add has package
parents
c5fccbd9
b5638f9e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
packages/has.rb
packages/has.rb
+18
-0
No files found.
packages/has.rb
0 → 100644
View file @
eade9c00
require
'package'
class
Has
<
Package
description
'checks presence of various command line tools and their versions on the path'
homepage
'https://github.com/kdabir/has'
version
'1.1.0'
source_url
'https://github.com/kdabir/has/archive/v1.1.0.tar.gz'
source_sha256
'e06d9674bc1b9281c1d4391ad4366d2ef249768e7b0ada304695bf954786e9c4'
binary_url
({
})
binary_sha256
({
})
def
self
.
install
system
"install -Dm755 has
#{
CREW_DEST_PREFIX
}
/bin/has"
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