diff --git a/srcpkgs/python3-fabulous/template b/srcpkgs/python3-fabulous/template new file mode 100644 index 00000000000..3965bfcbd4b --- /dev/null +++ b/srcpkgs/python3-fabulous/template @@ -0,0 +1,16 @@ +# Template file for 'python3-fabulous' +pkgname=python3-fabulous +version=0.4.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-build python3-installer python3-setuptools_scm python3-wheel" +short_desc="Print images, colors, and stylish text to the terminal with Python" +maintainer="idealist1508 " +license="Apache-2.0" +homepage="https://github.com/jart/fabulous" +distfiles="https://github.com/jart/${pkgname/python3-/}/archive/refs/tags/$version.tar.gz" +checksum=867401a5fac139516b2d611e4800d1f7b63b81151c645ac5457d3b042c6ff406 + +do_check() { + true +}