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
fa1ad5e6
Commit
fa1ad5e6
authored
Dec 23, 2016
by
Matt Downey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add go_bootstrap package
parent
80f85043
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
packages/go_bootstrap.rb
packages/go_bootstrap.rb
+22
-0
No files found.
packages/go_bootstrap.rb
0 → 100644
View file @
fa1ad5e6
require
'package'
class
Go_bootstrap
<
Package
version
'1.4'
source_url
'https://storage.googleapis.com/golang/go1.4-bootstrap-20161024.tar.gz'
source_sha1
'47e02e41aa99dea899b65ebf7b50ec706141be8c'
def
self
.
build
FileUtils
.
cd
(
'src'
)
do
system
"TMPDIR=/usr/local/tmp ./make.bash"
end
end
def
self
.
install
dest
=
"
#{
CREW_DEST_DIR
}
/usr/local/lib/go_bootstrap"
system
"mkdir"
,
"-p"
,
dest
FileUtils
.
mv
Dir
.
pwd
,
dest
puts
"--------"
puts
"Installed Go_bootstrap for linux/amd64 in /usr/local/lib/go_bootstrap"
end
end
\ No newline at end of file
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