diff --git a/srcpkgs/python3-mdit-py-plugins/template b/srcpkgs/python3-mdit-py-plugins/template new file mode 100644 index 00000000000..86d8855ec23 --- /dev/null +++ b/srcpkgs/python3-mdit-py-plugins/template @@ -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 " +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 +}