mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
abfe15144f
commit
22847c5dab
1 changed files with 14 additions and 0 deletions
14
srcpkgs/timer-cli/template
Normal file
14
srcpkgs/timer-cli/template
Normal file
|
@ -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 <abenson+void@gmail.com>"
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue