void-packages/srcpkgs/python3-rich/template

18 lines
527 B
Bash
Raw Normal View History

2021-01-14 15:41:49 +01:00
# Template file for 'python3-rich'
pkgname=python3-rich
2021-01-29 15:07:32 +01:00
version=9.10.0
2021-01-14 15:41:49 +01:00
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 <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/willmcgugan/rich"
distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz"
2021-01-29 15:07:32 +01:00
checksum=e0f2db62a52536ee32f6f584a47536465872cae2b94887cf1f080fb9eaa13eb2
2021-01-14 15:41:49 +01:00
post_install() {
vlicense LICENSE
}