18 lines
640 B
Bash
18 lines
640 B
Bash
# Template file for 'python3-mdit-py-plugins'
|
|
pkgname=python3-mdit-py-plugins
|
|
version=0.4.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
short_desc="Markdown-It-Py Plugin Extensions"
|
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
|
license="MIT"
|
|
homepage="https://mdit-py-plugins.readthedocs.io"
|
|
changelog="https://raw.githubusercontent.com/executablebooks/mdit-py-plugins/master/CHANGELOG.md"
|
|
distfiles="https://github.com/executablebooks/mdit-py-plugins/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=612e615b1065f2329e1cbce7f23c240c1d6ccf65c90c27b08563c6fcb4de3e4c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|