From 22847c5dab985bcad3ef8be66011e9f30bf5e88d Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 30 Mar 2023 08:52:03 -0500 Subject: [PATCH] New package: timer-cli-0.1.2 Closes: #43114 [via git-merge-pr] --- srcpkgs/timer-cli/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/timer-cli/template diff --git a/srcpkgs/timer-cli/template b/srcpkgs/timer-cli/template new file mode 100644 index 00000000000..81a69728662 --- /dev/null +++ b/srcpkgs/timer-cli/template @@ -0,0 +1,14 @@ +# Template file for 'timer-cli' +pkgname=timer-cli +version=0.1.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +depends="python3-rich python3-click python3-art" +short_desc="Simple CLI countdown timer" +maintainer="Andrew Benson " +license="Apache-2.0" +homepage="https://github.com/1Blademaster/timer-cli" +distfiles="https://github.com/1Blademaster/timer-cli/archive/v${version}.tar.gz" +checksum=4dec55b71e2e5e5b1fa4a9022ae7b1d84a417de969749b8c50a37de4329505e6 +make_check=no # no tests available