19 lines
564 B
Bash
19 lines
564 B
Bash
# Template file for 'python3-blessed'
|
|
pkgname=python3-blessed
|
|
version=1.17.11
|
|
revision=1
|
|
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=82736a89e8baaae169f3ef686c9b66403121691cd4eb1259966953e4b1d8e52e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|