New package: python3-mdurl-0.1.2

This commit is contained in:
Jan Christian Grünhage 2023-02-01 13:03:52 +01:00 committed by Đoàn Trần Công Danh
parent a5da2a87e5
commit 471cb64081

View file

@ -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 <jan.christian@gruenhage.xyz>"
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
}