mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 19:41:56 +01:00
https://github.com/gristlabs/mkdocs-windmill mkdocs theme focused on navigation and usability
26 lines
754 B
Plaintext
26 lines
754 B
Plaintext
# Contributor: David Demelier <markand@malikania.fr>
|
|
# Maintainer: David Demelier <markand@malikania.fr>
|
|
pkgname=mkdocs-windmill
|
|
pkgver=1.0.4
|
|
pkgrel=0
|
|
pkgdesc="mkdocs theme focused on navigation and usability"
|
|
url="https://github.com/gristlabs/mkdocs-windmill"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="python3"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/source/m/mkdocs-windmill/mkdocs-windmill-$pkgver.tar.gz"
|
|
options="!check" # No tests.
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
5e5e0fd580d2c6af7842a0c91549a59c71baf65cceaeafd453b141e33e1ea7ff8820c819413b2df04a6c969d9dba66ee963ffabb16cf7799463453207090f4c6 mkdocs-windmill-1.0.4.tar.gz
|
|
"
|