aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mkdocs-material/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mkdocs-material/APKBUILD')
-rw-r--r--testing/mkdocs-material/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/mkdocs-material/APKBUILD b/testing/mkdocs-material/APKBUILD
deleted file mode 100644
index 05a51c057c4..00000000000
--- a/testing/mkdocs-material/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-"