mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: python3-mdit-py-plugins-0.4.0
This commit is contained in:
parent
1830b0f376
commit
d3d50e63b1
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-mdit-py-plugins/template
Normal file
17
srcpkgs/python3-mdit-py-plugins/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python3-mdit-py-plugins'
|
||||
pkgname=python3-mdit-py-plugins
|
||||
version=0.4.0
|
||||
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/v${version}/CHANGELOG.md"
|
||||
distfiles="https://github.com/executablebooks/mdit-py-plugins/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=e156efb677d0a660b8f9a5807bf48c6754d94f4f95996b36e17f131056a69e1a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue