void-packages/srcpkgs/python3-pypandoc/template
2021-08-14 23:02:44 +07:00

19 lines
569 B
Bash

# Template file for 'python3-pypandoc'
pkgname=python3-pypandoc
version=1.6.3
revision=1
wrksrc=pypandoc-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="pandoc python3"
checkdepends="pandoc texlive"
short_desc="Python thin wrapper for pandoc"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="MIT"
homepage="https://github.com/bebraw/pypandoc"
distfiles="$PYPI_SITE/p/pypandoc/pypandoc-$version.tar.gz"
checksum=95a331f5ef74adb9557e9961d784c30ba73bd0d62e7736bb5d9ce74888b9f438
post_install() {
vlicense LICENSE
}