vp-build/srcpkgs/python3-pypandoc/template

20 lines
553 B
Bash

# Template file for 'python3-pypandoc'
pkgname=python3-pypandoc
version=1.6.4
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/bebraw/pypandoc"
distfiles="$PYPI_SITE/p/pypandoc/pypandoc-$version.tar.gz"
checksum=6ea03c8e92d561b0b47ff91ee9a777c50a8d3a325f3272ea4fefef4bb6562b91
post_install() {
vlicense LICENSE
}