void-packages/srcpkgs/python3-blessed/template
2022-02-08 16:41:46 -07:00

20 lines
606 B
Bash

# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.19.1
revision=1
wrksrc="blessed-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-wcwidth"
checkdepends="$depends python3-pytest-cov"
short_desc="Wrapper around terminal coloring, styling, and positioning"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/jquast/blessed"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=69d5bdd7f14ab1982c9a4b51b27ea4620625bc7d59bf96faaa4206bf5ccf3095
post_install() {
vlicense LICENSE
}