mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
this marginally increases install speed by not checking if it needs a rebuild. also remove --prefix=/usr as it defaults to /usr already. might break a build or two, will fix later
25 lines
794 B
Text
25 lines
794 B
Text
# Contributor: David Demelier <markand@malikania.fr>
|
|
# Maintainer: David Demelier <markand@malikania.fr>
|
|
pkgname=mkdocs-bootstrap386
|
|
pkgver=0.0.2
|
|
pkgrel=2
|
|
pkgdesc="a vintage 1980s DOS inspired Twitter Bootstrap theme for mkdocs"
|
|
url="https://github.com/chrissimpkins/bootstrap386"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
depends="python3"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/source/m/mkdocs-bootstrap386/mkdocs-bootstrap386-$pkgver.tar.gz"
|
|
options="!check" # No tests.
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
e183546242ba25f0a3d205628184eb02ca4f64666922a0f1e2ee978120f262437c9f587a733880afb90e01f586541cbf05c136eb71e4e78a7920a76090d682ff mkdocs-bootstrap386-0.0.2.tar.gz
|
|
"
|