18 lines
540 B
Bash
18 lines
540 B
Bash
# Template file for 'python3-pandocfilters'
|
|
pkgname=python3-pandocfilters
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 module for writing pandoc filters"
|
|
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://github.com/jgm/pandocfilters"
|
|
distfiles="${PYPI_SITE}/p/pandocfilters/pandocfilters-${version}.tar.gz"
|
|
checksum=0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|