18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'python3-alabaster'
|
|
pkgname=python3-alabaster
|
|
version=0.7.12
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Configurable sidebar-enabled Sphinx theme (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://alabaster.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
|
|
checksum=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|