19 lines
592 B
Bash
19 lines
592 B
Bash
# Template file for 'python3-markdown-math'
|
|
pkgname=python3-markdown-math
|
|
version=0.8
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Markdown"
|
|
checkdepends="python3-Markdown"
|
|
short_desc="Math extension for Python-Markdown"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|