From 253f4457dd1ea0b2413611af67ed16a7abe01e55 Mon Sep 17 00:00:00 2001 From: idealist1508 Date: Fri, 10 May 2024 08:06:49 +0200 Subject: [PATCH] New package: python3-fabulous-0.4.0 --- srcpkgs/python3-fabulous/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/python3-fabulous/template 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 +}