diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template new file mode 100644 index 00000000000..347396c6edb --- /dev/null +++ b/srcpkgs/python3-rich/template @@ -0,0 +1,17 @@ +# Template file for 'python3-rich' +pkgname=python3-rich +version=9.9.0 +revision=1 +wrksrc="rich-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Library for rich text and beautiful formatting in the terminal" +maintainer="Andrew Benson " +license="MIT" +homepage="https://github.com/willmcgugan/rich" +distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz" +checksum=0bd8f42c3a03b7ef5e311d5e37f47bea9d268f541981c169072be5869c007957 + +post_install() { + vlicense LICENSE +}