# Maintainer: AlphaJack # Contributor: Mikkel Oscar Lyderik Larsen # Contributor: David Birks # Contributor: Jacqueline Outka # Contributor: Abuzer Rafey pkgname="mkdocs-material" pkgver=8.5.6 pkgrel=1 pkgdesc="Material design theme for MkDocs" url="http://squidfunk.github.io/mkdocs-material/" license=("MIT") arch=("any") conflicts=("python-mkdocs-material") replaces=("python-mkdocs-material") depends=("mkdocs" "mkdocs-minify-plugin" "mkdocs-material-extensions" "pymdown-extensions" "python-hatch-nodejs-version" "python-hatch-requirements-txt" "python-pygments") makedepends=("python-build" "python-installer" "python-wheel") source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz") sha256sums=('291d6227a4a843734d450804582da378759cab83ec259ade595e197f6ccf01bc') options=("!strip") build(){ cd "$pkgname-$pkgver" python -m build --wheel --no-isolation } package(){ cd "$pkgname-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl }