17 lines
456 B
Bash
17 lines
456 B
Bash
|
# 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
|
||
|
}
|