mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
4b95ae947d
commit
a14a8bdbe7
27
projects/sphinx-doc.org/package.yml
Normal file
27
projects/sphinx-doc.org/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
distributable:
|
||||
url: https://github.com/sphinx-doc/sphinx/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: sphinx-doc/sphinx
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.8
|
||||
|
||||
build: |
|
||||
python-venv.sh {{prefix}}/bin/sphinx-build
|
||||
cd "{{prefix}}"/bin
|
||||
ln sphinx-build sphinx-apidoc
|
||||
ln sphinx-build sphinx-autogen
|
||||
ln sphinx-build sphinx-quickstart
|
||||
|
||||
provides:
|
||||
- bin/sphinx-apidoc
|
||||
- bin/sphinx-autogen
|
||||
- bin/sphinx-build
|
||||
- bin/sphinx-quickstart
|
||||
|
||||
test: |
|
||||
sphinx-quickstart -pPorject -aAuthor -v1.0 -q .
|
||||
sphinx-build . ./build
|
||||
test -f build/index.html
|
Loading…
Reference in a new issue