mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
22 lines
405 B
YAML
22 lines
405 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:
|
|
python.org: ">=3<3.12"
|
|
|
|
build:
|
|
script: python-venv.sh {{prefix}}/bin/mkdocs
|
|
|
|
provides:
|
|
- bin/mkdocs
|
|
|
|
test:
|
|
script: |
|
|
mkdir docs
|
|
mv index.md docs/
|
|
mkdocs build
|