void-packages/srcpkgs/python3-blessed/template

20 lines
576 B
Bash

# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.17.9
revision=1
archs=noarch
wrksrc="blessed-${version}"
build_style=python3-module
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=0ca51c027bff0228eeb9e5269435005768345ce5d32b2163de293a4281f90d35
post_install() {
vlicense LICENSE
}