21 lines
614 B
Bash
21 lines
614 B
Bash
# Template file for 'python3-blessed'
|
|
pkgname=python3-blessed
|
|
version=1.15.0
|
|
revision=1
|
|
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="${PYPI_SITE}/b/blessed/blessed-${version}.tar.gz"
|
|
checksum=777b0b6b5ce51f3832e498c22bc6a093b6b5f99148c7cbf866d26e2dec51ef21
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|