Files
horizon-packages/srcpkgs/typos/template
T
2025-10-10 11:08:02 +00:00

18 lines
573 B
Bash

# Template file for 'typos'
pkgname=typos
version=1.38.1
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=f7e83dfecba57d778c916bd3d554129fd6d79e0fa781f605e83c7dd89e30711d
post_install() {
vlicense LICENSE-MIT
}