19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'python3-colorclass'
|
|
pkgname=python3-colorclass
|
|
version=2.2.0
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-docopt"
|
|
short_desc="Colorful worry-free console applications"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|