From f943466b911b8b69f4f0f78df3ea262129d1e610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 28 Dec 2019 11:34:33 +0700 Subject: [PATCH] New package: python3-sphinxcontrib-qthelp-1.0.2 --- srcpkgs/python3-sphinxcontrib-qthelp/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-sphinxcontrib-qthelp/template diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template new file mode 100644 index 00000000000..74849af546b --- /dev/null +++ b/srcpkgs/python3-sphinxcontrib-qthelp/template @@ -0,0 +1,19 @@ +# Template file for 'python3-sphinxcontrib-qthelp' +pkgname=python3-sphinxcontrib-qthelp +version=1.0.2 +revision=1 +archs=noarch +wrksrc=sphinxcontrib-qthelp-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Sphinx extension which outputs QtHelp document" +maintainer="Đoàn Trần Công Danh " +license="BSD-2-Clause" +homepage="http://sphinx-doc.org" +distfiles="${PYPI_SITE}/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-${version}.tar.gz" +checksum=79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f + +post_install() { + vlicense LICENSE +}