20 lines
670 B
Bash
20 lines
670 B
Bash
# Template file for 'python3-recommonmark'
|
|
pkgname=python3-recommonmark
|
|
version=0.7.1
|
|
revision=2
|
|
wrksrc="recommonmark-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-commonmark python3-docutils
|
|
python3-Sphinx"
|
|
depends="python3-commonmark python3-docutils python3-Sphinx"
|
|
short_desc="Markdown parser for docutils"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/readthedocs/recommonmark"
|
|
distfiles="https://github.com/readthedocs/recommonmark/archive/refs/tags/${version}.tar.gz"
|
|
checksum=e5fb0f3965b86010976488589a45e48e9abb95101f2ddc2b3c31ca86d5261112
|
|
|
|
post_install() {
|
|
vlicense license.md
|
|
}
|