diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template new file mode 100644 index 00000000000..c9e01fcd4a7 --- /dev/null +++ b/srcpkgs/python3-tabulate/template @@ -0,0 +1,20 @@ +# Template file for 'python3-tabulate' +pkgname=python3-tabulate +version=0.8.2 +revision=1 +noarch=yes +wrksrc="tabulate-${version}" +build_style=python3-module +pycompile_module="tabulate.py" +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-wcwidth" +short_desc="Pretty-print tabular data (Python3)" +maintainer="maxice8 " +license="MIT" +homepage="https://bitbucket.org/astanin/python-tabulate" +distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz" +checksum=e4ca13f26d0a6be2a2915428dc21e732f1e44dad7f76d7030b2ef1ec251cf7f2 + +post_install() { + vlicense LICENSE +}