void-packages/srcpkgs/python3-blessed/template
2020-10-10 10:21:18 -04:00

19 lines
564 B
Bash

# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.17.10
revision=2
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=240acfc5e68546af7afc98c10137903d7ec321a786c66afc5859fb215cf50408
post_install() {
vlicense LICENSE
}