17 lines
564 B
Bash
17 lines
564 B
Bash
# Template file for 'python3-html2text'
|
|
pkgname=python3-html2text
|
|
version=2019.9.26
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="html2text"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="HTML to Markdown-formatted text converter"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/Alir3z4/html2text/"
|
|
distfiles="${PYPI_SITE}/h/html2text/html2text-${version}.tar.gz"
|
|
checksum=6f56057c5c2993b5cc5b347cb099bdf6d095828fef1b53ef4e2a2bf2a1be9b4f
|