void-packages/srcpkgs/python3-blessed/template
2021-10-12 13:28:39 -05:00

19 lines
563 B
Bash

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