mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: typos-1.29.9
This commit is contained in:
parent
e76cef1708
commit
76125f8e87
1 changed files with 17 additions and 0 deletions
17
srcpkgs/typos/template
Normal file
17
srcpkgs/typos/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue