20 lines
551 B
Bash
20 lines
551 B
Bash
# Template file for 'python3-mdurl'
|
|
pkgname=python3-mdurl
|
|
version=0.1.2
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
short_desc="Python port of the JavaScript mdurl package"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|