void-packages/srcpkgs/python3-blessed/template
2020-03-28 18:22:46 +01:00

20 lines
576 B
Bash

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