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
9c869513
Commit
9c869513
authored
Jun 21, 2016
by
Damian Montero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dart package removed since it wasn't ready
parent
dfdb1b8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
packages/dart.rb
packages/dart.rb
+0
-24
No files found.
packages/dart.rb
deleted
100644 → 0
View file @
dfdb1b8b
require
'package'
class
Dart
<
Package
version
'4.4.0.148'
source_url
({
i686:
"https://www.dropbox.com/s/d1omw087ilkh5oq/jdk1.8.0_25_i686.tar.gz?dl=0"
,
x86_64:
"https://www.dropbox.com/s/ykw2jt797cpghfy/jdk1.8.0_65_x86_64.tar.gz?dl=0"
})
source_sha1
({
i686:
"2f6fabc6e7b86fa2f21d19f9617d2641c5862a30"
,
x86_64:
"7701c06a704722b73bf8468a9d7819693e6d4be0"
})
def
self
.
build
system
"./configure"
,
"--disable-dependency-tracking"
,
"--disable-silent-rules"
,
"--enable-nls=no"
,
"prefix=
#{
CREW_DEST_DIR
}
/usr/local"
system
"make"
end
def
self
.
install
system
"make"
,
"PREFIX=
#{
CREW_DEST_DIR
}
/usr/local"
,
"install"
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