From 23d89e72f7a9498f2d9fc7f517f1b53562af5e85 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:31:05 +0700 Subject: [PATCH] New package: python3-sphinxcontrib-applehelp-1.0.1 --- .../python3-sphinxcontrib-applehelp/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-sphinxcontrib-applehelp/template diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template new file mode 100644 index 00000000000..931cefc1cdf --- /dev/null +++ b/srcpkgs/python3-sphinxcontrib-applehelp/template @@ -0,0 +1,19 @@ +# Template file for 'python3-sphinxcontrib-applehelp' +pkgname=python3-sphinxcontrib-applehelp +version=1.0.1 +revision=1 +archs=noarch +wrksrc=sphinxcontrib-applehelp-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Sphinx extension which outputs Apple help book" +maintainer="Đoàn Trần Công Danh " +license="BSD-2-Clause" +homepage="http://sphinx-doc.org" +distfiles="${PYPI_SITE}/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-${version}.tar.gz" +checksum=edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897 + +post_install() { + vlicense LICENSE +}