# Maintainer: AlphaJack pkgname="mkdocs-rss-plugin" pkgver=1.8.0 pkgrel=1 pkgdesc="MkDocs plugin to generate a RSS feeds for created and updated pages, using git log" url="https://guts.github.io/mkdocs-rss-plugin/" license=("MIT") arch=("any") conflicts=("python-mkdocs-rss-plugin-git") replaces=("python-mkdocs-rss-plugin-git") depends=("mkdocs" "python-jinja" "python-gitpython") makedepends=("python-build" "python-installer" "python-wheel") source=("$pkgname-$pkgver.tar.gz::https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/$pkgver.tar.gz") b2sums=('617048ab8e562c3b90924e4f7ce2a059b1d150f4963e01b0d11372502ea38066d954e4376b4d59c4b6dbd81df1f712daef645974d28f2cd23cfa513806812310') build(){ cd "$pkgname-$pkgver" python -m build --wheel --no-isolation } package(){ cd "$pkgname-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl }