void-packages/srcpkgs/python3-blessed/template

21 lines
601 B
Bash

# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.14.2
revision=1
noarch=yes
wrksrc="blessed-${version}"
build_style=python3-module
pycompile_module="blessed"
hostmakedepends="python3-setuptools"
depends="python3-six python3-wcwidth"
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=6c375f28e8a4d85d03dd46e3dd058a9cd2279d51da018bca0c0f6b5d98b1ee34
post_install() {
vlicense LICENSE
}