void-packages/srcpkgs/python3-blessed/template
2020-12-10 09:17:44 -06:00

18 lines
564 B
Bash

# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.17.12
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=32829fddd73737e99e7567f553d29eed926022a18aefffd570d74fedfea3c37a
post_install() {
vlicense LICENSE
}