void-packages/srcpkgs/vale/template
2020-12-21 21:12:10 -03:00

17 lines
501 B
Bash

# Template file for 'vale'
pkgname=vale
version=2.6.7
revision=1
build_style=go
go_import_path="github.com/errata-ai/vale/v2"
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=21a43c7122932d0914bd023ae412432aed3e0112473bf809b542dba3986ee4bd
post_install() {
vlicense LICENSE
}