New package: python3-markdown-math-0.6
This commit is contained in:
parent
015fe9d91f
commit
185ade5535
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-markdown-math/template
Normal file
19
srcpkgs/python3-markdown-math/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-markdown-math'
|
||||||
|
pkgname=python3-markdown-math
|
||||||
|
version=0.6
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc=python-markdown-math-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-Markdown"
|
||||||
|
short_desc="Math extension for Python-Markdown"
|
||||||
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/mitya57/python-markdown-math"
|
||||||
|
distfiles=${PYPI_SITE}/p/python-markdown-math/python-markdown-math-${version}.tar.gz
|
||||||
|
checksum=c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue