New package: typos-1.29.9

This commit is contained in:
Bnyro 2024-10-08 17:24:11 +02:00 committed by Duncan Overbruck
parent e76cef1708
commit 76125f8e87

17
srcpkgs/typos/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'typos'
pkgname=typos
version=1.29.9
revision=1
build_style=cargo
make_install_args="--path crates/typos-cli"
short_desc="Source code spell checker"
maintainer="Bnyro <bnyro@tutanota.com>"
license="Apache-2.0 OR MIT"
homepage="https://github.com/crate-ci/typos"
changelog="https://raw.githubusercontent.com/crate-ci/typos/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/crate-ci/typos/archive/refs/tags/v${version}.tar.gz"
checksum=39950d1f2744cb5fec3780b7894aa8074af74195029762b84ab728c12b4b4548
post_install() {
vlicense LICENSE-MIT
}