icp 62b8d395da
vale: update to 3.9.3.
Closes: #53739 [via git-merge-pr]
2025-02-17 23:00:02 -05:00

20 lines
575 B
Bash

# Template file for 'vale'
pkgname=vale
version=3.9.3
revision=1
build_style=go
go_import_path="github.com/errata-ai/vale/v3"
go_package="${go_import_path}/cmd/vale"
go_ldflags=" -X main.version=${version}"
short_desc="Natural language linter"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://vale.sh"
changelog="https://github.com/errata-ai/vale/releases"
distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
checksum=5ecf6ea4183e0c976bf5f391e296da833f173956fd6f9f28597f8e63af66e178
post_install() {
vlicense LICENSE
}