20 lines
575 B
Bash
20 lines
575 B
Bash
# Template file for 'vale'
|
|
pkgname=vale
|
|
version=3.6.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/errata-ai/vale/v3"
|
|
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=28c0b97eb4af84c8997eef32de502329dfa8d3a8a41945de6fe13022ecf5aaa3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|