void-packages/srcpkgs/python3-blessed/template
2019-12-23 18:04:49 +01:00

20 lines
603 B
Bash

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