19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'python3-pandocfilters'
|
|
pkgname=python3-pandocfilters
|
|
version=1.4.2
|
|
revision=5
|
|
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=b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|