20 lines
576 B
Bash
20 lines
576 B
Bash
# Template file for 'vale'
|
|
pkgname=vale
|
|
version=2.29.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/errata-ai/vale/v2"
|
|
go_package="${go_import_path}/cmd/vale"
|
|
go_ldflags=" -X main.version=${version}"
|
|
short_desc="Natural language linter"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="MIT"
|
|
homepage="https://vale.sh"
|
|
changelog="https://github.com/errata-ai/vale/releases"
|
|
distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=0d27ff83541d5a2cfabad46fcee95691c3691c79e6c595486ac48eb6ce9fbde4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|