From 471cb640819ff4fdc691770aa7d4d371b7f21978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 1 Feb 2023 13:03:52 +0100 Subject: [PATCH] New package: python3-mdurl-0.1.2 --- srcpkgs/python3-mdurl/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-mdurl/template diff --git a/srcpkgs/python3-mdurl/template b/srcpkgs/python3-mdurl/template new file mode 100644 index 00000000000..7ee46dbd91a --- /dev/null +++ b/srcpkgs/python3-mdurl/template @@ -0,0 +1,19 @@ +# Template file for 'python3-mdurl' +pkgname=python3-mdurl +version=0.1.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +depends="python3" +short_desc="Python port of the JavaScript mdurl package" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/executablebooks/mdurl" +distfiles="${PYPI_SITE}/m/mdurl/mdurl-${version}.tar.gz" +checksum=bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba +# Tests not shipped in PYPI tarball +make_check=no + +post_install() { + vlicense LICENSE +}