diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template new file mode 100644 index 00000000000..7c4e353990d --- /dev/null +++ b/srcpkgs/python3-blessed/template @@ -0,0 +1,20 @@ +# Template file for 'python3-blessed' +pkgname=python3-blessed +version=1.14.2 +revision=1 +noarch=yes +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 " +license="MIT" +homepage="https://github.com/jquast/blessed" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=6c375f28e8a4d85d03dd46e3dd058a9cd2279d51da018bca0c0f6b5d98b1ee34 + +post_install() { + vlicense LICENSE +}