New package: timew (#43585)
* add timewarrior * fix style checks * fix style checks
This commit is contained in:
		
							
								
								
									
										20
									
								
								var/spack/repos/builtin/packages/timew/package.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								var/spack/repos/builtin/packages/timew/package.py
									
									
									
									
									
										Normal 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") | ||||
		Reference in New Issue
	
	Block a user
	 James Taliaferro
					James Taliaferro