mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
6289869039
* +mkdocs.org/mkdocs -- Project documentation with Markdown * rename --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
19 lines
291 B
YAML
19 lines
291 B
YAML
distributable:
|
|
url: https://github.com/mkdocs/mkdocs/archive/refs/tags/{{ version.raw }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: mkdocs/mkdocs
|
|
|
|
dependencies:
|
|
python.org: '>=3<3.12'
|
|
|
|
build:
|
|
python-venv.sh {{prefix}}/bin/mkdocs
|
|
|
|
provides:
|
|
- bin/mkdocs
|
|
|
|
test:
|
|
mkdocs --help
|