void-packages/srcpkgs/vale/template

20 lines
576 B
Bash

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