void-packages/srcpkgs/vale/template
2024-01-16 08:28:43 +07:00

19 lines
575 B
Bash

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