From d3d50e63b1ffb412b121496a79f0a06d27a1e635 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Sun, 11 Feb 2024 17:07:08 -0500 Subject: [PATCH] New package: python3-mdit-py-plugins-0.4.0 --- srcpkgs/python3-mdit-py-plugins/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-mdit-py-plugins/template 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 +}