mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 11:32:08 +01:00
26 lines
802 B
Plaintext
26 lines
802 B
Plaintext
# Contributor: David Demelier <markand@malikania.fr>
|
|
# Maintainer: David Demelier <markand@malikania.fr>
|
|
pkgname=mkdocs-material
|
|
pkgver=7.1.9
|
|
pkgrel=0
|
|
pkgdesc="a material Design theme for MkDocs"
|
|
url="https://squidfunk.github.io/mkdocs-material"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="mkdocs-material-extensions py3-pygments py3-pymdown-extensions python3"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/source/m/mkdocs-material/mkdocs-material-$pkgver.tar.gz"
|
|
options="!check" # No tests.
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
d3e0286ab05ec6651bfef0862eb46ebfb7a3d6632b0f36c37d90b97a57626cd6f0a3fdacbd11f3bea80f6344377c8247797551d1a5d6e8ab616a242e3459417c mkdocs-material-7.1.9.tar.gz
|
|
"
|