vp-build/srcpkgs/python3-colorclass/template

20 lines
626 B
Bash

# Template file for 'python3-colorclass'
pkgname=python3-colorclass
version=2.2.0
revision=6
wrksrc="colorclass-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-docopt"
short_desc="Colorful worry-free console applications"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT"
homepage="https://github.com/Robpol86/colorclass"
distfiles="https://github.com/Robpol86/colorclass/archive/v${version}.tar.gz"
checksum=7a0e9ac5df5c669e678e99e36731fcdc8eccd755c78dc66f46ab78fe858c159f
post_install() {
vlicense LICENSE
}