void-packages/srcpkgs/vale-style-proselint/template

18 lines
558 B
Bash

# Template file for 'vale-style-proselint'
pkgname=vale-style-proselint
version=0.3.3
revision=1
short_desc="Vale-compatible implementation of the proselint linter"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/errata-ai/proselint/"
distfiles="https://github.com/errata-ai/proselint/archive/refs/tags/v${version}.tar.gz"
checksum=7bca1d740af7966a257c18e846af509e338b38608136f3ae1b39bbe797561f6b
do_install() {
for f in proselint/*.yml; do
vinstall "$f" 644 "/usr/share/vale/proselint/"
done
vlicense LICENSE
}