New package: timew (#43585)

* add timewarrior
* fix style checks
* fix style checks
This commit is contained in:
James Taliaferro
2024-04-11 11:58:08 -07:00
committed by GitHub
parent efadee26ef
commit d680a0cb99

View File

@@ -0,0 +1,20 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class Timew(CMakePackage):
"""
Timewarrior is Free and Open Source Software that tracks time from the
command line.
"""
homepage = "https://timewarrior.net/"
url = "https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.7.1/timew-1.7.1.tar.gz"
license("MIT", checked_by="taliaferro")
version("1.7.1", sha256="5e0817fbf092beff12598537c894ec1f34b0a21019f5a3001fe4e6d15c11bd94")