void-packages/srcpkgs/python3-blessed/template
2021-06-15 14:48:09 -06:00

19 lines
563 B
Bash

# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.18.1
revision=1
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=0b53b132d49db9308feaa0b83b49ae4a319dc181f90eb17bdab7d7cf166f102b
post_install() {
vlicense LICENSE
}