New package: vale-1.6.0

This commit is contained in:
SolitudeSF 2019-07-16 14:59:09 +03:00 committed by Helmut Pozimski
parent 8148e2f287
commit d450e5831d

16
srcpkgs/vale/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'vale'
pkgname=vale
version=1.6.0
revision=1
build_style=go
go_import_path="github.com/errata-ai/vale"
short_desc="Natural language linter"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://errata-ai.github.io/vale/"
distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz"
checksum=622a5915a5bf4f8262198ece756b99d51f015f270809f74818c3d6ed977971d5
post_install() {
vlicense LICENSE
}