19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'python3-blessed'
|
|
pkgname=python3-blessed
|
|
version=1.20.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-wcwidth"
|
|
checkdepends="$depends python3-pytest-cov"
|
|
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=2bc8cfe68b210f3eaca9095bbc0752ca98de5a8845fbc68371fe5f5cf406a63d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|