2024-01-16 18:36:59 +03:00
|
|
|
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:
|
2024-02-06 22:43:09 +03:00
|
|
|
pkgx.sh: ^1
|
2024-02-07 18:15:42 +03:00
|
|
|
sass-lang.com/libsass: ^3.6
|
2024-01-16 18:36:59 +03:00
|
|
|
|
|
|
|
build:
|
2024-02-06 22:43:09 +03:00
|
|
|
dependencies:
|
|
|
|
python.org: ">=3<3.12"
|
2024-02-07 18:15:42 +03:00
|
|
|
linux/aarch64:
|
|
|
|
gnu.org/gcc: '*' # otherwise, building the python sass module complains about -std=gnu++0x use with C
|
2024-02-06 22:43:09 +03:00
|
|
|
script:
|
|
|
|
- run: cat $PROP >> requirements.txt
|
|
|
|
prop: |
|
|
|
|
mkdocs-mermaid2-plugin
|
|
|
|
mkdocs-plugin-progress
|
|
|
|
mkdocs-include-markdown-plugin
|
2024-02-07 18:15:42 +03:00
|
|
|
mkdocs-macros-plugin
|
|
|
|
mkdocs-encriptmail-plugin
|
|
|
|
mkdocs-exporter
|
2024-03-27 18:19:23 +03:00
|
|
|
mkdocs-i18n
|
2024-02-06 22:43:09 +03:00
|
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
|
|
- ${{prefix}}/venv/bin/pip install .
|
|
|
|
- bkpyvenv seal {{prefix}} mkdocs
|
2024-01-16 18:36:59 +03:00
|
|
|
|
|
|
|
provides:
|
2024-02-06 22:43:09 +03:00
|
|
|
- bin/mkdocs
|
2024-01-16 18:36:59 +03:00
|
|
|
|
|
|
|
test:
|
2024-02-06 22:43:09 +03:00
|
|
|
- mkdir docs
|
|
|
|
- mv index.md docs/
|
|
|
|
- mkdocs -v build
|