From 35de562064f59b35c4d8c410907757b9d3e202fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 18 Aug 2020 23:31:08 +0700 Subject: [PATCH] New package: python3-pypandoc-1.5 --- srcpkgs/python3-pypandoc/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pypandoc/template diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template new file mode 100644 index 00000000000..928fde01371 --- /dev/null +++ b/srcpkgs/python3-pypandoc/template @@ -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 " +license="MIT" +homepage="https://github.com/bebraw/pypandoc" +distfiles="$PYPI_SITE/p/pypandoc/pypandoc-$version.tar.gz" +checksum=14a49977ab1fbc9b14ef3087dcb101f336851837fca55ca79cf33846cc4976ff + +post_install() { + vlicense LICENSE +}