# Template file for 'vale'
pkgname=vale
version=2.30.0
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=5a355957a3b5da88a1b785d19dd9232a64a2c649ef9c95939cbce4b3f871e11b

post_install() {
	vlicense LICENSE
}
