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
Guillaume Hervier
chromebrew
Commits
d0c303dc
Commit
d0c303dc
authored
Sep 29, 2018
by
Chris Thurber
Committed by
GitHub
Sep 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2697 from uberhacker/add-sphinx-package
Add sphinx package
parents
6ea4a0e8
bbba6f80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
packages/sphinx.rb
packages/sphinx.rb
+32
-0
No files found.
packages/sphinx.rb
0 → 100644
View file @
d0c303dc
require
'package'
class
Sphinx
<
Package
description
'Sphinx is a tool that makes it easy to create intelligent and beautiful documentation'
homepage
'http://www.sphinx-doc.org/en/master/'
version
'1.8.1'
source_url
'https://github.com/sphinx-doc/sphinx/archive/v1.8.1.tar.gz'
source_sha256
'3ca0ff96399444078bef0185f45a8a587d0b306d1348a1b071c838d846a3c25d'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/sphinx-1.8.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/sphinx-1.8.1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/sphinx-1.8.1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/sphinx-1.8.1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'05b209fd2f9d5d478cb83d3998ab439fb1a0fa653f7e94bdd2a533774a54d3ea'
,
armv7l:
'05b209fd2f9d5d478cb83d3998ab439fb1a0fa653f7e94bdd2a533774a54d3ea'
,
i686:
'b29c110624a4ca74c13752b83a817094b3994c1bfeae57375b6a4f798b145cdf'
,
x86_64:
'c6021656491f639e064ed18c760f68fe094946a47e46d1a52b6bb0da98ae94f7'
,
})
depends_on
'setuptools'
def
self
.
install
system
'git clone https://github.com/sphinx-doc/sphinx.git build'
Dir
.
chdir
'build'
do
system
'git checkout v1.8.1'
system
"pip install . --root
#{
CREW_DEST_DIR
}
--prefix
#{
CREW_PREFIX
}
"
end
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