void-packages/srcpkgs/vale/template

20 lines
576 B
Bash

# Template file for 'vale'
pkgname=vale
version=2.25.2
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=a85aa7012bf058185f2d66dd96bc594b80303ebb56dd42add8f6fe3c948f2677
post_install() {
vlicense LICENSE
}