void-packages/srcpkgs/python3-blessed/template
2020-02-05 08:39:33 +01:00

19 lines
576 B
Bash

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