void-packages/srcpkgs/python3-alabaster/template
2021-10-09 08:00:23 -04:00

19 lines
559 B
Bash

# Template file for 'python3-alabaster'
pkgname=python3-alabaster
version=0.7.12
revision=5
wrksrc="alabaster-${version}"
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
}