New package: python3-pypandoc-1.5
This commit is contained in:
parent
286ede4632
commit
35de562064
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pypandoc/template
Normal file
20
srcpkgs/python3-pypandoc/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-pypandoc'
|
||||
pkgname=python3-pypandoc
|
||||
version=1.5
|
||||
revision=1
|
||||
wrksrc=pypandoc-$version
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="pandoc python3"
|
||||
checkdepends="$depends python3-pip 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=14a49977ab1fbc9b14ef3087dcb101f336851837fca55ca79cf33846cc4976ff
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue