From 76125f8e87df44c7c78b35e9d6770c55bf868326 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 8 Oct 2024 17:24:11 +0200 Subject: [PATCH] New package: typos-1.29.9 --- srcpkgs/typos/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/typos/template 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 +}