19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'python3-pandocfilters'
|
|
pkgname=python3-pandocfilters
|
|
version=1.4.3
|
|
revision=1
|
|
wrksrc="pandocfilters-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 module for writing pandoc filters"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://github.com/jgm/pandocfilters"
|
|
distfiles="${PYPI_SITE}/p/pandocfilters/pandocfilters-${version}.tar.gz"
|
|
checksum=bc63fbb50534b4b1f8ebe1860889289e8af94a23bff7445259592df25a3906eb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|