17 lines
456 B
Bash
17 lines
456 B
Bash
# Template file for 'vale'
|
|
pkgname=vale
|
|
version=1.7.1
|
|
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=e1fee20d8fed7fc8819de310608b1ed584c0fad096cce95ecef727584ed9790f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|