vp-build/srcpkgs/python3-termcolor/template

20 lines
593 B
Bash

# Template file for 'python3-termcolor'
pkgname=python3-termcolor
version=1.1.0
revision=9
wrksrc="termcolor-${version}"
build_style=python3-module
hostmakedepends="python3-devel"
makedepends="${hostmakedepends}"
depends="python3"
short_desc="Python3 ANSII Color formatting for output in terminal"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://pypi.org/project/termcolor/"
distfiles="${PYPI_SITE}/t/termcolor/termcolor-${version}.tar.gz"
checksum=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b
post_install() {
vlicense COPYING.txt LICENSE
}