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
88c75f0a
Commit
88c75f0a
authored
Jan 01, 2019
by
James Larrowe
Committed by
Ed Reel
Jan 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Rhino package (#3036)
parent
e67d6593
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
packages/rhino.rb
packages/rhino.rb
+31
-0
No files found.
packages/rhino.rb
0 → 100644
View file @
88c75f0a
require
'package'
class
Rhino
<
Package
description
'Rhino is an open-source implementation of JavaScript written entirely in Java.'
homepage
'https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino'
version
'1.7.10'
source_url
'https://github.com/mozilla/rhino/archive/Rhino1_7_10_Release.tar.gz'
source_sha256
'f8f748269032822891e8ceab6e4c4947fd42c178c3f3cedcfb4c839f0c48f543'
binary_url
({
})
binary_sha256
({
})
depends_on
'jdk8'
depends_on
'gradle'
=>
:build
def
self
.
build
system
"gradle"
,
"build"
,
"-x"
,
"test"
end
def
self
.
install
system
"install"
,
"-Dm644"
,
"./buildGradle/libs/rhino-Rhino1_7_10_Release-1.7.10.jar"
,
"
#{
CREW_DEST_PREFIX
}
/share/jdk8/lib/rhino.jar"
system
"install"
,
"-dm755"
,
"
#{
CREW_DEST_PREFIX
}
/share/doc/"
system
"cp"
,
"-a"
,
"./buildGradle/docs/javadoc/"
,
"
#{
CREW_DEST_PREFIX
}
/share/doc/rhino-1.7.10"
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