19 lines
569 B
Bash
19 lines
569 B
Bash
# Template file for 'python3-termcolor'
|
|
pkgname=python3-termcolor
|
|
version=1.1.0
|
|
revision=12
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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
|
|
}
|