2023-11-26 03:31:01 -05:00

20 lines
576 B
Bash

# Template file for 'vale'
pkgname=vale
version=2.29.7
revision=1
build_style=go
go_import_path="github.com/errata-ai/vale/v2"
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=278d8d49cf42740c38c10254012bbaad01fcf1c628aa69c51c02788d1495885f
post_install() {
vlicense LICENSE
}