typos: new package (#48368)

This commit is contained in:
Alec Scott 2025-01-04 04:09:03 -05:00 committed by GitHub
parent 99a63fdff2
commit 598abf0bef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,20 @@
# Copyright Spack Project Developers. See COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class Typos(CargoPackage):
"""Source code spell checker."""
homepage = "https://github.com/crate-ci/typos"
url = "https://github.com/crate-ci/typos/archive/refs/tags/v1.28.4.tar.gz"
maintainers("alecbcs")
license("Apache-2.0 OR MIT", checked_by="alecbcs")
version("1.28.4", sha256="acfbaf16d61fb35532ddb91a32e720181450487f60fe60757f72c3879496955d")
build_directory = "crates/typos-cli"