mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
c6281442df
* add common plugins * clarify added requirements; use bkpyvenv for future-proofing --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
31 lines
672 B
YAML
31 lines
672 B
YAML
display-name: squidfunk/mkdocs-material
|
|
distributable:
|
|
url: https://github.com/squidfunk/mkdocs-material/archive/refs/tags/{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: squidfunk/mkdocs-material
|
|
|
|
dependencies:
|
|
pkgx.sh: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
python.org: ">=3<3.12"
|
|
script:
|
|
- run: cat $PROP >> requirements.txt
|
|
prop: |
|
|
mkdocs-mermaid2-plugin
|
|
mkdocs-plugin-progress
|
|
mkdocs-include-markdown-plugin
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
- ${{prefix}}/venv/bin/pip install .
|
|
- bkpyvenv seal {{prefix}} mkdocs
|
|
|
|
provides:
|
|
- bin/mkdocs
|
|
|
|
test:
|
|
- mkdir docs
|
|
- mv index.md docs/
|
|
- mkdocs -v build
|