void-packages/srcpkgs/python3-alabaster/template
2025-04-08 09:12:02 +07:00

18 lines
635 B
Bash

# Template file for 'python3-alabaster'
pkgname=python3-alabaster
version=1.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
short_desc="Configurable sidebar-enabled Sphinx theme (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://alabaster.readthedocs.io/"
changelog="https://raw.githubusercontent.com/sphinx-doc/alabaster/refs/heads/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
checksum=c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e
post_install() {
vlicense LICENSE.rst
}