void-packages/srcpkgs/python3-alabaster/template

19 lines
559 B
Bash
Raw Normal View History

2020-09-20 16:32:06 +00:00
# Template file for 'python3-alabaster'
pkgname=python3-alabaster
version=0.7.12
revision=4
2020-09-20 16:32:06 +00:00
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
}