void-packages/srcpkgs/vale/template
2021-10-02 11:29:54 +02:00

19 lines
542 B
Bash

# Template file for 'vale'
pkgname=vale
version=2.10.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="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://docs.errata.ai/vale/about/"
distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz"
checksum=bd045f5d35158b3cb5b2c30db712a0a2263f6bd395ff9e135876487a1d2a9362
post_install() {
vlicense LICENSE
}