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 +}