Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
chromebrew
Commits
00918fb7
Commit
00918fb7
authored
7 years ago
by
Ed Reel
Browse files
Options
Download
Email Patches
Plain Diff
Add aws_shell package
parent
83f70b52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
packages/aws_shell.rb
packages/aws_shell.rb
+22
-0
No files found.
packages/aws_shell.rb
0 → 100644
View file @
00918fb7
require
'package'
class
Aws_shell
<
Package
description
'An integrated shell for working with the AWS CLI.'
homepage
'https://github.com/awslabs/aws-shell'
version
'0.2.0'
source_url
'https://github.com/awslabs/aws-shell/archive/0.2.0.tar.gz'
source_sha256
'6d3a333c13c6c4cd3b9f1316a0a0c53ce4807b673dba63882ab2f834c2ffb903'
binary_url
({
})
binary_sha256
({
})
depends_on
'python27'
unless
File
.
exists?
"
#{
CREW_PREFIX
}
/bin/python"
def
self
.
install
system
"yes | pip install setuptools"
system
"python setup.py install --prefix
#{
CREW_PREFIX
}
--root
#{
CREW_DEST_DIR
}
"
system
"pip uninstall setuptools"
end
end
This diff is collapsed.
Click to expand it.
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