New package: python3-recommonmark-0.7.1
This commit is contained in:
parent
bc9bdc4bd6
commit
295a3d1cd8
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-recommonmark/template
Normal file
19
srcpkgs/python3-recommonmark/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-recommonmark'
|
||||
pkgname=python3-recommonmark
|
||||
version=0.7.1
|
||||
revision=1
|
||||
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="q66 <daniel@octaforge.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
|
||||
}
|
Loading…
Reference in a new issue