6d88ee4590
Closes: #25590 [via git-merge-pr]
16 lines
457 B
Bash
16 lines
457 B
Bash
# Template file for 'vale'
|
|
pkgname=vale
|
|
version=2.4.3
|
|
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://docs.errata.ai/vale/about/"
|
|
distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz"
|
|
checksum=da6fa9224a6bec21dcea29d2b9b346d00c133c4864ea44c07ea222289ab98e70
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|