18 lines
527 B
Bash
18 lines
527 B
Bash
# Template file for 'python3-rich'
|
|
pkgname=python3-rich
|
|
version=9.10.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 <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/willmcgugan/rich"
|
|
distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz"
|
|
checksum=e0f2db62a52536ee32f6f584a47536465872cae2b94887cf1f080fb9eaa13eb2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|