New package: python3-mdurl-0.1.2
This commit is contained in:
parent
a5da2a87e5
commit
471cb64081
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-mdurl/template
Normal file
19
srcpkgs/python3-mdurl/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue