diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template new file mode 100644 index 00000000000..ea68ced9a03 --- /dev/null +++ b/srcpkgs/python3-XlsxWriter/template @@ -0,0 +1,19 @@ +# Template file for 'python3-XlsxWriter' +pkgname=python3-XlsxWriter +version=1.1.8 +revision=1 +archs="noarch" +wrksrc="XlsxWriter-RELEASE_${version}" +build_style=python3-module +pycompile_module="XlsxWriter" +hostmakedepends="python3-setuptools" +short_desc="Python3 module for creating Excel XLSX files" +maintainer="Alex Childs " +license="BSD-2-Clause" +homepage="https://xlsxwriter.readthedocs.io/" +distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz" +checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d + +post_install() { + vlicense LICENSE.txt +}