diff --git a/srcpkgs/typos/template b/srcpkgs/typos/template new file mode 100644 index 00000000000..74172e68075 --- /dev/null +++ b/srcpkgs/typos/template @@ -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 " +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 +}