mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-21 15:51:34 +01:00
26 lines
790 B
Plaintext
26 lines
790 B
Plaintext
# Contributor: David Demelier <markand@malikania.fr>
|
|
# Maintainer: David Demelier <markand@malikania.fr>
|
|
pkgname=mkdocs-windmill-dark
|
|
pkgver=0.2.0
|
|
pkgrel=1
|
|
pkgdesc="mkdocs theme focused on navigation and usability (dark variant)"
|
|
url="https://github.com/noraj/mkdocs-windmill-dark"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="python3"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/source/m/mkdocs-windmill-dark/mkdocs-windmill-dark-$pkgver.tar.gz"
|
|
options="!check" # No tests.
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
90e766e3c2a465e513dc2cd42754f9786c34a1c8e12e5521e5a39b08271f9125c7a9807d4223b19d04b965357af1e6dc4027fb6e2b3b3c70749aa21f8ee3d848 mkdocs-windmill-dark-0.2.0.tar.gz
|
|
"
|